diff options
author | 2013-06-30 13:11:00 +0200 | |
---|---|---|
committer | 2013-06-30 13:11:00 +0200 | |
commit | 474768b2685ebba5bb2d5f8e40dac5dde2953b9d (patch) | |
tree | e5a1f6f022978b26475a7b2f372ec1bc0ad9edd2 /pylintrc | |
parent | added pylint config (diff) | |
download | pyload-474768b2685ebba5bb2d5f8e40dac5dde2953b9d.tar.xz |
catch pylint return code
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -20,7 +20,6 @@ disable=C,I,R,W0102,W0106,W0142,W0312,W0403,W0611,W0613,W0614,W0702,W0703 # (visual studio) and html. You can also give a reporter class, eg # mypackage.mymodule.MyReporterClass. output-format=parseable -reports=no include-ids=yes |