Merge pull request #19430 from rallytime/bp-19073

Backport #19073 to 2014.7
This commit is contained in:
Thomas S Hatch 2015-01-07 10:14:16 -07:00
commit acc54dda23
2 changed files with 16 additions and 2 deletions

View File

@ -27,9 +27,16 @@ persistent=yes
# List of plugins (as comma separated values of python modules names) to load,
# usually to register additional checkers.
load-plugins=salttesting.pylintplugins.pep8,salttesting.pylintplugins.pep263,salttesting.pylintplugins.strings
load-plugins=salttesting.pylintplugins.pep8,
salttesting.pylintplugins.pep263,
salttesting.pylintplugins.strings,
salttesting.pylintplugins.fileperms
# 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

@ -14,7 +14,14 @@ init-hook="
# Pickle collected data for later comparisons.
persistent=no
load-plugins=salttesting.pylintplugins.pep8,salttesting.pylintplugins.pep263,salttesting.pylintplugins.strings
load-plugins=salttesting.pylintplugins.pep8,
salttesting.pylintplugins.pep263,
salttesting.pylintplugins.strings,
salttesting.pylintplugins.fileperms
# Fileperms Lint Plugin Settings
fileperms-default=0644
fileperms-ignore-paths=tests/runtests.py,tests/jenkins*.py,tests/saltsh.py,tests/buildpackage.py
[MESSAGES CONTROL]