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

changes/06/769706/1
Zuul 3 years ago committed by Gerrit Code Review
commit d6220444fd

@ -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

Loading…
Cancel
Save