Skip to content

Commit

Permalink
As of pylint 2.2 this message is no longer present in pylint, and
Browse files Browse the repository at this point in the history
hence does not need suppressing. Sadly however this line errors with
pylint>=2.2 and hence needs removing.
  • Loading branch information
pgjones committed Dec 2, 2018
1 parent 8bb1970 commit 0276159
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prospector/tools/pylint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ def _prospector_configure(self, prospector_config, linter):
# was disabled.
linter.disable(
'locally-disabled') # notification about disabling a message
linter.disable(
'locally-enabled') # notification about enabling a message
linter.enable(
'file-ignored') # notification about disabling an entire file
linter.enable('suppressed-message'
Expand Down

0 comments on commit 0276159

Please sign in to comment.