diff options
Diffstat (limited to 'pylintrc')
| -rw-r--r-- | pylintrc | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -20,10 +20,10 @@ profile=no # Add <file or directory> to the black list. It should be a base name, not a # path. You may set this option multiple times. -ignore=CVS +ignore= # Pickle collected data for later comparisons. -persistent=yes +persistent=no # Set the cache size for astng objects. cache-size=500 @@ -50,7 +50,9 @@ load-plugins= #disable-msg-cat= # Enable the message(s) with the given id(s). -#enable-msg= +enable= +# I0021: Useless suppression + I0021 # Disable the message(s) with the given id(s). disable= @@ -75,6 +77,8 @@ disable= # W0212: 86:Reporter.report_files: Access to a protected member _analyze of a client class C0103,W0212 +msg-template={path}, {line}: {msg} ({symbol}, {msg_id}) + [REPORTS] # set the output format. Available formats are text, parseable, colorized, msvs |
