Make use of the smartup PyLint plugin.

This commit is contained in:
Pedro Algarvio 2014-11-23 17:42:23 +00:00
parent 2b79368572
commit c3e662db7c
2 changed files with 8 additions and 4 deletions

View file

@ -30,13 +30,15 @@ persistent=yes
load-plugins=saltpylint.pep8,
saltpylint.pep263,
saltpylint.strings,
saltpylint.fileperms
saltpylint.py3modernize
saltpylint.fileperms,
saltpylint.py3modernize,
salttesting.pylintplugins.smartup
# Fileperms Lint Plugin Settings
fileperms-default=0644
fileperms-ignore-paths=tests/runtests.py,tests/jenkins*.py,tests/saltsh.py,tests/buildpackage.py
[MESSAGES CONTROL]
# Enable the message, report, category or checker with the given id(s). You can

View file

@ -17,13 +17,15 @@ persistent=no
load-plugins=saltpylint.pep8,
saltpylint.pep263,
saltpylint.strings,
saltpylint.fileperms
saltpylint.py3modernize
saltpylint.fileperms,
saltpylint.py3modernize,
saltpylint.smartup
# Fileperms Lint Plugin Settings
fileperms-default=0644
fileperms-ignore-paths=tests/runtests.py,tests/jenkins*.py,tests/saltsh.py,tests/buildpackage.py
[MESSAGES CONTROL]
# Enable the message, report, category or checker with the given id(s). You can