summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
Diffstat (limited to 'manage')
-rwxr-xr-xmanage4
1 files changed, 3 insertions, 1 deletions
diff --git a/manage b/manage
index 33e2808e1..f83620cf5 100755
--- a/manage
+++ b/manage
@@ -54,7 +54,9 @@ fi
YAMLLINT_FILES=()
while IFS= read -r line; do
- YAMLLINT_FILES+=("$line")
+ if [ "$line" != "tests/unit/settings/syntaxerror_settings.yml" ]; then
+ YAMLLINT_FILES+=("$line")
+ fi
done <<< "$(git ls-files './tests/*.yml' './searx/*.yml' './utils/templates/etc/searxng/*.yml')"
RST_FILES=(