summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-11-15 17:07:46 +0100
committerGitHub <noreply@github.com>2021-11-15 17:07:46 +0100
commit646db5d4f942b4c4da4a62f38b159bd80b7f9db1 (patch)
tree335d985c6ded41fffd6bdaa41d5dfa4c4c90943b /manage
parent56c61ba734904981385418e06ce0abd3014ccccd (diff)
parent5db24d4818cab3c6d58437dda111abdcefb788fe (diff)
downloadsearxng-646db5d4f942b4c4da4a62f38b159bd80b7f9db1.tar.gz
searxng-646db5d4f942b4c4da4a62f38b159bd80b7f9db1.zip
Merge pull request #505 from return42/fix-test.shell
[fix] make test.shell - ./manage line 80
Diffstat (limited to 'manage')
-rwxr-xr-xmanage2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage b/manage
index 46a3164be..0c7b04fb8 100755
--- a/manage
+++ b/manage
@@ -77,7 +77,7 @@ pyenv.:
pypi.upload:
Upload python packages to PyPi (to test use pypi.upload.test)
test.:
- yamllint : lint YAML files: $YAMLLINT_FILES
+ yamllint : lint YAML files (YAMLLINT_FILES)
pylint : lint PYLINT_FILES, searx/engines, searx & tests
pep8 : pycodestyle (pep8) for all files except PYLINT_FILES
unit : run unit tests