summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-06-13 10:15:53 +0200
committerGitHub <noreply@github.com>2021-06-13 10:15:53 +0200
commit8cab37229f444ebeb790cdb153db5a455de3fb10 (patch)
tree388195a02ebcd5551cd26ce1d0e6b60d65ec304c /manage
parent52db47a1c98cfe50810b9b6eeb2c08e4abfae077 (diff)
parent4a814dabf3fb373e639d230f214ca438f29f8b2d (diff)
Merge pull request #144 from return42/fix-yamllint
[yamllint] ./utils/templates/etc/searx/*.yml
Diffstat (limited to 'manage')
-rwxr-xr-xmanage2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage b/manage
index c9b70bf9f..631fe926a 100755
--- a/manage
+++ b/manage
@@ -32,7 +32,7 @@ pylint.FILES() {
YAMLLINT_FILES=()
while IFS= read -r line; do
YAMLLINT_FILES+=("$line")
-done <<< "$(git ls-files './tests/*.yml' './searx/*.yml')"
+done <<< "$(git ls-files './tests/*.yml' './searx/*.yml' './utils/templates/etc/searx/*.yml')"
PYLINT_SEARX_DISABLE_OPTION="\
I,C,R,\