diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-25 11:27:08 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-25 11:27:08 +0100 |
commit | f5d10abc7fe3747ec0d387978d772ce6799fea72 (patch) | |
tree | 365a8ffd9faf59921582f287557c0e0ce2c3815f /Makefile | |
parent | 3f3351639a04d27f7ba01ffef505b1cc53baa17c (diff) | |
parent | 6a3ef5561ba48e287f0b9c03a0b6d2f13b703077 (diff) | |
download | searxng-f5d10abc7fe3747ec0d387978d772ce6799fea72.tar.gz searxng-f5d10abc7fe3747ec0d387978d772ce6799fea72.zip |
Merge branch 'master' of https://github.com/asciimoo/searx into filtron
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -75,9 +75,13 @@ $(GH_PAGES):: PHONY += test test.sh 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.sh test.robot - - make pylint + +test.pylint: pyenvinstall + $(call cmd,pylint,searx/preferences.py) + $(call cmd,pylint,searx/testing.py) test.sh: shellcheck -x utils/lxc.sh |