From e7a9cd7a3470bf5041d81d36195a66c6ec32519e Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 13 Nov 2021 14:59:55 +0100 Subject: [PATCH] [fix] manage help - add description of test.yamllint Signed-off-by: Markus Heiser --- manage | 1 + 1 file changed, 1 insertion(+) diff --git a/manage b/manage index 07761e76..46a3164b 100755 --- a/manage +++ b/manage @@ -77,6 +77,7 @@ pyenv.: pypi.upload: Upload python packages to PyPi (to test use pypi.upload.test) test.: + 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