From 0276159b13468de71a9d957a013ae5915efe97fb Mon Sep 17 00:00:00 2001 From: pgjones Date: Sun, 2 Dec 2018 16:24:16 +0000 Subject: [PATCH] As of pylint 2.2 this message is no longer present in pylint, and hence does not need suppressing. Sadly however this line errors with pylint>=2.2 and hence needs removing. --- prospector/tools/pylint/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/prospector/tools/pylint/__init__.py b/prospector/tools/pylint/__init__.py index e0091ac0..4600ddfd 100644 --- a/prospector/tools/pylint/__init__.py +++ b/prospector/tools/pylint/__init__.py @@ -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'