Skip to content

Commit

Permalink
Merge 0276159 into 8bb1970
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Dec 2, 2018
2 parents 8bb1970 + 0276159 commit e712b90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prospector/tools/pylint/__init__.py
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 e712b90

Please sign in to comment.