Update bashate to 0.5.0
Update bashate to 0.5.0 release. We got things ready for this with I3fd5d55236e90c2f2c25243af87adaf0c1b763e2. I'm not sure what I was thinking in I9e4b1c0dc9e0f709d8e76f9c9bf1c9478b2605ed when I added ".orig" files to the list of files to check. Ignore diff/merge files. Change-Id: I8bb0c8b39972abb775b4e5556e79d2e17005bc8c
This commit is contained in:
parent
3fc4472be4
commit
c709d50afe
5
tox.ini
5
tox.ini
@ -12,7 +12,7 @@ install_command = pip install {opts} {packages}
|
|||||||
# against devstack, just set BASHATE_INSTALL_PATH=/path/... to your
|
# against devstack, just set BASHATE_INSTALL_PATH=/path/... to your
|
||||||
# modified bashate tree
|
# modified bashate tree
|
||||||
deps =
|
deps =
|
||||||
{env:BASHATE_INSTALL_PATH:bashate==0.4.0}
|
{env:BASHATE_INSTALL_PATH:bashate==0.5.0}
|
||||||
whitelist_externals = bash
|
whitelist_externals = bash
|
||||||
commands = bash -c "find {toxinidir} \
|
commands = bash -c "find {toxinidir} \
|
||||||
-not \( -type d -name .?\* -prune \) \
|
-not \( -type d -name .?\* -prune \) \
|
||||||
@ -22,9 +22,10 @@ commands = bash -c "find {toxinidir} \
|
|||||||
-not -name \*~ \
|
-not -name \*~ \
|
||||||
-not -name \*.md \
|
-not -name \*.md \
|
||||||
-not -name stack-screenrc \
|
-not -name stack-screenrc \
|
||||||
|
-not -name \*.orig \
|
||||||
|
-not -name \*.rej \
|
||||||
\( \
|
\( \
|
||||||
-name \*.sh -or \
|
-name \*.sh -or \
|
||||||
-name \*.orig -or \
|
|
||||||
-name \*rc -or \
|
-name \*rc -or \
|
||||||
-name functions\* -or \
|
-name functions\* -or \
|
||||||
-wholename \*/inc/\* -or \
|
-wholename \*/inc/\* -or \
|
||||||
|
Loading…
Reference in New Issue
Block a user