Tox: don't check localrc with bashate

Change-Id: I9fc5f9f106184c92e555e25ab09883cbed054ca4
Closes-Bug: #1561500
This commit is contained in:
Waldemar Znoinski 2016-03-24 12:27:53 +00:00
parent 11b111fd7a
commit 84d2298d3b

View File

@ -18,6 +18,7 @@ commands = bash -c "find {toxinidir} \
-not \( -type d -name .?\* -prune \) \
-not \( -type d -name doc -prune \) \
-not \( -type d -name shocco -prune \) \
-not \( -type f -name localrc -prune \) \
-type f \
-not -name \*~ \
-not -name \*.md \