Merge "Ignore *.service files when linting bash scripts"
This commit is contained in:
commit
d6220444fd
@ -4,5 +4,5 @@ find ./ -not -wholename \*.tox/\* -and \
|
|||||||
\( -name \*.sh -or -wholename \*.d/\* -and \
|
\( -name \*.sh -or -wholename \*.d/\* -and \
|
||||||
-not -name \*.md -and -not -name \*.rst -and \
|
-not -name \*.md -and -not -name \*.rst -and \
|
||||||
-not -name \*.py -and -not -name \*.conf \) \
|
-not -name \*.py -and -not -name \*.conf \) \
|
||||||
-not -name \*.yaml \
|
-not -name \*.service -not -name \*.yaml \
|
||||||
-print0 | xargs -0 bashate -v -i E006
|
-print0 | xargs -0 bashate -v -i E006
|
||||||
|
Loading…
Reference in New Issue
Block a user