1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 13:44:14 +01:00

Also ignore refactor pylint warnings (for now)

This commit is contained in:
Olof Johansson 2013-04-21 13:44:51 +02:00
parent 4268696062
commit 2e4a2d4ce6

View File

@ -25,4 +25,4 @@ cover:
sh run-tests.sh -C
pylint:
find lib -name '*.py' -a '!' -path '*/tests/*' | xargs pylint -d C
find lib -name '*.py' -a '!' -path '*/tests/*' | xargs pylint -d C -d R