Browse code

Merge "Tox: don't check localrc with bashate"

Jenkins authored on 2016/04/01 10:37:16
Showing 1 changed files
... ...
@@ -18,6 +18,7 @@ commands = bash -c "find {toxinidir}             \
18 18
          -not \( -type d -name .?\* -prune \)    \
19 19
          -not \( -type d -name doc -prune \)     \
20 20
          -not \( -type d -name shocco -prune \)  \
21
+         -not \( -type f -name localrc -prune \) \
21 22
          -type f                                 \
22 23
          -not -name \*~                          \
23 24
          -not -name \*.md                        \