diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-06-30 15:37:39 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-06-30 15:37:39 +0200 |
commit | f14a7add31c8db54c90ee7bd8504e3f395faf944 (patch) | |
tree | 42690fa0e0b77f81f87201635e4d3f73c4330739 /Makefile | |
parent | ca1c3bd15d60faf235894cb4f6f3a15150e3a6c3 (diff) | |
parent | c59ca600423367d54e9b301cf086deeb66602831 (diff) | |
download | searxng-f14a7add31c8db54c90ee7bd8504e3f395faf944.tar.gz searxng-f14a7add31c8db54c90ee7bd8504e3f395faf944.zip |
Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-theme
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -223,6 +223,7 @@ test.pylint: pyenvinstall $(call cmd,pylint,\ searx/preferences.py \ searx/testing.py \ + searx/engines/gigablast.py \ ) endif @@ -243,7 +244,7 @@ test.sh: test.pep8: pyenvinstall @echo "TEST pep8" - $(Q)$(PY_ENV_ACT); pep8 --exclude=searx/static --max-line-length=120 --ignore "E402,W503" searx tests + $(Q)$(PY_ENV_ACT); pep8 --exclude='searx/static, searx/engines/gigablast.py' --max-line-length=120 --ignore "E402,W503" searx tests test.unit: pyenvinstall @echo "TEST tests/unit" |