Add file perms pylint plugin specific settings

This commit is contained in:
Pedro Algarvio 2014-12-16 12:56:28 +00:00 committed by rallytime
parent 8976d00bbe
commit 10a7ead2df
2 changed files with 8 additions and 0 deletions

View file

@ -33,6 +33,10 @@ load-plugins=salttesting.pylintplugins.pep8,
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

@ -19,6 +19,10 @@ load-plugins=salttesting.pylintplugins.pep8,
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