Browse code

Tox: don't check localrc with bashate

Change-Id: I9fc5f9f106184c92e555e25ab09883cbed054ca4
Closes-Bug: #1561500

Waldemar Znoinski authored on 2016/03/24 21:27:53
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                        \