summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-04-24 07:02:52 +0200
committerGitHub <noreply@github.com>2021-04-24 07:02:52 +0200
commit3cdd6a6a504dd283e2afabaf903b2c8c9a2cc286 (patch)
treeda863c43f3632a6f6d82dc6d32654693a5b96c9c /Makefile
parent461c6fb21eb3f63c5b025724a0b9e90b41d42a71 (diff)
parent7032f7521c344592dc68f89027c98cdec46d7055 (diff)
Merge pull request #12 from searxng/metrics-stats-page
[mod] update /stats
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))