mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add file perms pylint plugin specific settings
This commit is contained in:
parent
8976d00bbe
commit
10a7ead2df
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue