Merge "Ignore *.service files when linting bash scripts"

This commit is contained in:
Zuul 2020-08-17 17:36:01 +00:00 committed by Gerrit Code Review
commit d6220444fd
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ find ./ -not -wholename \*.tox/\* -and \
\( -name \*.sh -or -wholename \*.d/\* -and \
-not -name \*.md -and -not -name \*.rst -and \
-not -name \*.py -and -not -name \*.conf \) \
-not -name \*.yaml \
-not -name \*.service -not -name \*.yaml \
-print0 | xargs -0 bashate -v -i E006