summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2020-06-29 16:17:06 +0000
committerGitHub <noreply@github.com>2020-06-29 16:17:06 +0000
commitc59ca600423367d54e9b301cf086deeb66602831 (patch)
tree1c6892a6ecbd9ded0ec7e16294ab7688ce80a69f /Makefile
parent460401293ca8c57444f7a2e5709f2575b98ecfc2 (diff)
parent8d318ee1425b55d71b219d46d46860defa9e832b (diff)
Merge pull request #1974 from return42/gigablast
Revise of the gigablast engine
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d10bd9dbf..f2b79ac3f 100644
--- a/Makefile
+++ b/Makefile
@@ -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"