mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Enable file permissions lint checker.
This will allow us to confirm that no modules are added to salt with the wrong file permissions. Default file permissions is 0644.
This commit is contained in:
parent
ca1d2fa17a
commit
6e39a1e678
@ -27,7 +27,10 @@ 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
|
||||
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
|
@ -14,7 +14,10 @@ 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
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user