From 5db24d4818cab3c6d58437dda111abdcefb788fe Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 15 Nov 2021 17:02:44 +0100 Subject: [PATCH] [fix] make test.shell - ./manage line 80 make test.shell reports an issue that has been added in [PR-500]:: In ./manage line 80: yamllint : lint YAML files: $YAMLLINT_FILES ^-------------^ SC2128: Expanding an array without an index only gives the first element. [PR-500] https://github.com/searxng/searxng/pull/500 Signed-off-by: Markus Heiser --- manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage b/manage index 46a3164b..0c7b04fb 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