mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Merge pull request #19430 from rallytime/bp-19073
Backport #19073 to 2014.7
This commit is contained in:
commit
acc54dda23
@ -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
|
||||
|
@ -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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user