Mercurial > evolve
comparison tests/test-check-flake8.t @ 2108:206066375dcb
checks: update pyflakes matching too
We make sure to not select removed files.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Tue, 14 Mar 2017 14:27:43 -0700 |
parents | a4b09789117a |
children | 01ee3e155726 |
comparison
equal
deleted
inserted
replaced
2107:42f3329aa144 | 2108:206066375dcb |
---|---|
12 | 12 |
13 $ cd "`dirname "$TESTDIR"`" | 13 $ cd "`dirname "$TESTDIR"`" |
14 | 14 |
15 run flake8 if it exists; if it doesn't, then just skip | 15 run flake8 if it exists; if it doesn't, then just skip |
16 | 16 |
17 $ type flake8 >/dev/null 2>/dev/null && hg files -0 'glob:**.py' | xargs -0 flake8 | 17 $ hg files -0 'set:(**.py or grep("^!#.*python")) - removed()' 2>/dev/null \ |
18 > | xargs -0 flake8 |