Clean up pylint integration

- Drop no longer needed disable= bits
- Use string names for all skipped pylint messages
This commit is contained in:
Cole Robinson
2014-04-02 19:00:24 -04:00
parent 01718bc408
commit a398d245cb
59 changed files with 40 additions and 167 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ reload(cliconfig)
from tests import utils
# pylint: disable=W0212
# pylint: disable=protected-access
# Access to protected member, needed to unittest stuff
# Force certain helpers to return consistent values