diff options
author | Marko Kreen | 2010-06-10 14:30:27 +0000 |
---|---|---|
committer | Marko Kreen | 2010-06-25 11:24:37 +0000 |
commit | 41c5374a0e34fea53b0f0b6d49a25c952457e27f (patch) | |
tree | d70f0901dee34847d22f1cabcdf272c633741ade | |
parent | acd57962a9737ef2b9b00f34c90e8f6a2f88b0dd (diff) |
Tune pylint quieter, to be more useful.
-rw-r--r-- | misc/lint.rc | 2 | ||||
-rwxr-xr-x | misc/run.lint.sh | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/misc/lint.rc b/misc/lint.rc index 16b247eb..aea0b707 100644 --- a/misc/lint.rc +++ b/misc/lint.rc @@ -55,7 +55,7 @@ load-plugins= #enable-msg= # Disable the message(s) with the given id(s). -disable-msg=W0142,R0201,W0613,W0622,C0321,W0612,W0614,W0102,W0602,W0603,W0704,W0702,I0001,W0212,W0401,W0141,E1102,W0232,W0703 +disable-msg=W0142,R0201,W0613,W0622,C0321,W0612,W0614,W0102,W0602,W0603,W0704,W0702,I0001,W0212,W0401,W0141,E1102,W0232,W0703,W0614,W0613,W0401 [REPORTS] diff --git a/misc/run.lint.sh b/misc/run.lint.sh index 5b5a7d33..3c63acaa 100755 --- a/misc/run.lint.sh +++ b/misc/run.lint.sh @@ -5,7 +5,8 @@ bdir=`echo build/lib.*` #export PYTHONPATH=.:../$bdir:$PYTHONPATH #echo $PYTHONPATH -cd $bdir +#cd $bdir +cd python export PYTHONPATH=.:$PYTHONPATH -pylint -i yes --rcfile=../../misc/lint.rc skytools pgq londiste +pylint -i yes --rcfile=../misc/lint.rc -E skytools pgq londiste |