Skip to content

Commit

Permalink
Remove the pylint locally-enabled message suppression
Browse files Browse the repository at this point in the history
As of pylint 2.2 this message is no longer present in pylint, and
hence does not need suppressing. Sadly however this line errors pylint
>= 2.2 and hence need removing.
  • Loading branch information
pgjones committed Dec 2, 2018
1 parent 8bb1970 commit ac9396f
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 ac9396f

Please sign in to comment.