Skip to content

Commit 84d2298

Browse files
author
Waldemar Znoinski
committed
Tox: don't check localrc with bashate
Change-Id: I9fc5f9f106184c92e555e25ab09883cbed054ca4 Closes-Bug: #1561500
1 parent 11b111f commit 84d2298

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ commands = bash -c "find {toxinidir} \
1818
-not \( -type d -name .?\* -prune \) \
1919
-not \( -type d -name doc -prune \) \
2020
-not \( -type d -name shocco -prune \) \
21+
-not \( -type f -name localrc -prune \) \
2122
-type f \
2223
-not -name \*~ \
2324
-not -name \*.md \

0 commit comments

Comments
 (0)