diff options
author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-08-20 17:22:13 +0300 |
---|---|---|
committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-08-20 17:22:13 +0300 |
commit | 728271b602d5ca0ba4e2412faae40d3dbb40ad94 (patch) | |
tree | 06b38f621c1ccf6e7687c4bc23f2c1a71e5f6343 /pylintrc | |
parent | 949a52f41356571f7972b72a1162124051923e7e (diff) | |
download | pylint-git-728271b602d5ca0ba4e2412faae40d3dbb40ad94.tar.gz |
--comment flag was obsoleted and it will be removed in Pylint 1.6.
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -87,10 +87,6 @@ reports=yes # (RP0004). evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10) -# Add a comment according to your evaluation note. This is used by the global -# evaluation report (RP0004). -comment=no - # Template used to display messages. This is a python new-style format string # used to format the message information. See doc for all details #msg-template= |