diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-06-29 16:17:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-29 16:17:06 +0000 |
| commit | c59ca600423367d54e9b301cf086deeb66602831 (patch) | |
| tree | 1c6892a6ecbd9ded0ec7e16294ab7688ce80a69f /Makefile | |
| parent | 460401293ca8c57444f7a2e5709f2575b98ecfc2 (diff) | |
| parent | 8d318ee1425b55d71b219d46d46860defa9e832b (diff) | |
Merge pull request #1974 from return42/gigablast
Revise of the gigablast engine
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" |