1
0
mirror of https://github.com/searxng/searxng.git synced 2024-08-20 13:21:35 +02:00

Merge pull request #148 from return42/fix-yamllint

[fix] test.yamllint - fixed typo
This commit is contained in:
Markus Heiser 2021-06-15 15:07:53 +00:00 committed by GitHub
commit 1b4208b946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
manage
View File

@ -404,7 +404,7 @@ pypi.upload.test() {
}
test.yamllint() {
build_msg TEST "[pylint] \$PYLINT_FILES"
build_msg TEST "[yamllint] \$YAMLLINT_FILES"
pyenv.cmd yamllint --format parsable "${YAMLLINT_FILES[@]}"
}