diff options
author | Rob Austein <sra@hactrn.net> | 2014-04-17 22:26:08 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-04-17 22:26:08 +0000 |
commit | 85589d2c84ce1eb91c04ef7534db6a303f28297a (patch) | |
tree | 3e0b5aef3bcaea807444aca632c7455e4a8fcbc7 /buildtools/pylint.rc | |
parent | 2c3cdc4ea2f791d8ca1fd3c355e79b7d8987b86b (diff) |
Fix output-format whining, add a few more codes to ignore.
svn path=/trunk/; revision=5809
Diffstat (limited to 'buildtools/pylint.rc')
-rw-r--r-- | buildtools/pylint.rc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/buildtools/pylint.rc b/buildtools/pylint.rc index 872345fb..aa05a573 100644 --- a/buildtools/pylint.rc +++ b/buildtools/pylint.rc @@ -44,11 +44,13 @@ disable-msg-cat= #enable-msg= # Disable the message(s) with the given id(s). -disable=R0801,R0903,R0913,C0321,R0904,W0201,E1101,W0614,C0301,R0901,C0302,R0902,R0201,W0613,R0912,R0915,W0703,W0212,R0914,W0603,W0142,I0011,C0111,C0103,R0401 +disable=R0801,R0903,R0913,C0321,R0904,W0201,E1101,W0614,C0301,R0901,C0302,R0902,R0201,W0613,R0912,R0915,W0703,W0212,R0914,W0603,W0142,I0011,C0111,C0103,R0401,C0326 [REPORTS] -output-format=parseable +#output-format=parseable +msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg} + include-ids=yes files-output=no reports=no |