summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrachmadaniHaryono <foreturiga@gmail.com>2020-11-06 18:54:53 +0800
committerrachmadaniHaryono <foreturiga@gmail.com>2020-11-06 18:54:53 +0800
commit5d015b58f7437d4974d9b073f4b041f8d7956a4b (patch)
tree8773bb51d9ea036c708d600b4d0c1206027cff45
parentd422f60529e605f6226ae0e4101bae96cae4efd6 (diff)
new: test: ignored warning and errors
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d2f98b935..7bd0d8662 100644
--- a/Makefile
+++ b/Makefile
@@ -237,7 +237,7 @@ test.sh:
test.pep8: pyenvinstall
@echo "TEST pycodestyle (formerly pep8)"
$(Q)$(PY_ENV_ACT); pycodestyle --exclude='searx/static, searx/languages.py, searx/engines/gigablast.py' \
- --max-line-length=120 --ignore "E402,W503" searx tests
+ --max-line-length=120 --ignore "E117,E252,E402,E722,E741,W503,W504,W605" searx tests
test.unit: pyenvinstall
@echo "TEST tests/unit"