Browse code

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

Ian Wienand authored on 2016/03/07 12:00:58
Showing 1 changed files
... ...
@@ -12,7 +12,7 @@ install_command = pip install {opts} {packages}
12 12
 # against devstack, just set BASHATE_INSTALL_PATH=/path/... to your
13 13
 # modified bashate tree
14 14
 deps =
15
-   {env:BASHATE_INSTALL_PATH:bashate==0.4.0}
15
+   {env:BASHATE_INSTALL_PATH:bashate==0.5.0}
16 16
 whitelist_externals = bash
17 17
 commands = bash -c "find {toxinidir}             \
18 18
          -not \( -type d -name .?\* -prune \)    \
... ...
@@ -22,9 +22,10 @@ commands = bash -c "find {toxinidir}             \
22 22
          -not -name \*~                          \
23 23
          -not -name \*.md                        \
24 24
          -not -name stack-screenrc               \
25
+         -not -name \*.orig                      \
26
+         -not -name \*.rej                       \
25 27
          \(                                      \
26 28
           -name \*.sh -or                        \
27
-          -name \*.orig -or                      \
28 29
           -name \*rc -or                         \
29 30
           -name functions\* -or                  \
30 31
           -wholename \*/inc/\* -or               \