summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-04-22 16:05:39 +0200
committerAlexandre Flament <alex@al-f.net>2021-04-24 06:58:49 +0200
commitc54bf42cb9699501ccbd54a2df0d7fa73be8dcdb (patch)
tree89bf4cb7ec2402644f25f3c318f4591331036350 /Makefile
parent65c29081cc3debad9b77194cb917f5b04ea4ac72 (diff)
[mod] metrics: add to pylint and justify indentations
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 166fb65e4..7149437be 100644
--- a/Makefile
+++ b/Makefile
@@ -199,7 +199,8 @@ PYLINT_FILES=\
searx/engines/yahoo_news.py \
searx/engines/apkmirror.py \
searx/engines/artic.py \
- searx_extra/update/update_external_bangs.py
+ searx_extra/update/update_external_bangs.py \
+ searx/metrics/__init__.py
test.pylint: pyenvinstall
$(call cmd,pylint,$(PYLINT_FILES))