diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-23 20:52:00 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-23 20:52:00 +0100 |
| commit | 179be12732cc02ff39e70b76c37b142683710107 (patch) | |
| tree | 806855b427bc4b1a4b9d67f5afcec5836fc32271 /Makefile | |
| parent | 09f4e2cd3138f7f19aa52c974729c791e48c20b2 (diff) | |
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-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |