summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-02-23 20:52:00 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2020-02-23 20:52:00 +0100
commit179be12732cc02ff39e70b76c37b142683710107 (patch)
tree806855b427bc4b1a4b9d67f5afcec5836fc32271 /Makefile
parent09f4e2cd3138f7f19aa52c974729c791e48c20b2 (diff)
downloadsearxng-179be12732cc02ff39e70b76c37b142683710107.tar.gz
searxng-179be12732cc02ff39e70b76c37b142683710107.zip
preferences.py: pylint, SPDX tag & docstrings (no functional change)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f35b86c41..0fc7f996f 100644
--- a/Makefile
+++ b/Makefile
@@ -72,9 +72,11 @@ $(GH_PAGES)::
PHONY += test test.pylint test.pep8 test.unit test.robot
+test: test.pylint test.pep8 test.unit test.robot
+
# TODO: balance linting with pylint
-test: test.pep8 test.unit test.robot
- - make pylint
+test.pylint: pylint-exe
+ $(call cmd,pylint,searx/preferences.py)
test.pep8: pyenvinstall
$(PY_ENV_ACT); ./manage.sh pep8_check