Merge "Treat bashate warnings as errors in linter test"
This commit is contained in:
commit
9554c0609f
4
tox.ini
4
tox.ini
@ -19,7 +19,7 @@ deps = -r{toxinidir}/requirements.txt
|
||||
whitelist_externals = bash
|
||||
commands =
|
||||
bash -c "find {toxinidir} \
|
||||
-o \( -name .tox -prune \) \
|
||||
\( -name .tox -prune \) \
|
||||
-o -type f -name '*.yaml' \
|
||||
-print0 | xargs --no-run-if-empty -0 yamllint"
|
||||
bash -c "find {toxinidir} \
|
||||
@ -28,7 +28,7 @@ commands =
|
||||
-not -name \*~ \
|
||||
-not -name \*.md \
|
||||
-name \*.sh \
|
||||
-print0 | xargs --no-run-if-empty -0 bashate -v -iE006"
|
||||
-print0 | xargs --no-run-if-empty -0 bashate -v -e 'E*' -iE006"
|
||||
|
||||
[pep8]
|
||||
# Ignoring these warnings
|
||||
|
Loading…
Reference in New Issue
Block a user