Ignore .tox directory to remove some bashate failures
Change-Id: I7342e4b0b31e0add681ab5b24083eda10031f0cf Partially-Implements: blueprint bashate-gate
This commit is contained in:
parent
2ae0c127fe
commit
e7edb092c1
2
tox.ini
2
tox.ini
@ -18,7 +18,7 @@ deps = bashate
|
||||
whitelist_externals = bash
|
||||
# tox improperly interprets # and {1} in regex, so match on [[:punct:]]+
|
||||
commands =
|
||||
bash -c "files=`egrep -rlI --exclude-dir .git '^[[:punct:]]+!/(bin/|/usr/bin/env )(ba)?sh' .` && bashate $files"
|
||||
bash -c "files=`egrep -rlI --exclude-dir .git --exclude-dir .tox '^[[:punct:]]+!/(bin/|/usr/bin/env )(ba)?sh' .` && bashate $files"
|
||||
|
||||
[testenv:setupenv]
|
||||
whitelist_externals = bash
|
||||
|
Loading…
Reference in New Issue
Block a user