mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #20048 from s0undt3ch/features/use-saltpylint
Make use of the SaltPyLint package separated from SaltTesting
This commit is contained in:
commit
efa3bd615a
2 changed files with 8 additions and 8 deletions
|
@ -27,10 +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,
|
||||
salttesting.pylintplugins.fileperms
|
||||
load-plugins=saltpylint.pep8,
|
||||
saltpylint.pep263,
|
||||
saltpylint.strings,
|
||||
saltpylint.fileperms
|
||||
|
||||
|
||||
# Fileperms Lint Plugin Settings
|
||||
|
|
|
@ -14,10 +14,10 @@ init-hook="
|
|||
# Pickle collected data for later comparisons.
|
||||
persistent=no
|
||||
|
||||
load-plugins=salttesting.pylintplugins.pep8,
|
||||
salttesting.pylintplugins.pep263,
|
||||
salttesting.pylintplugins.strings,
|
||||
salttesting.pylintplugins.fileperms
|
||||
load-plugins=saltpylint.pep8,
|
||||
saltpylint.pep263,
|
||||
saltpylint.strings,
|
||||
saltpylint.fileperms
|
||||
|
||||
# Fileperms Lint Plugin Settings
|
||||
fileperms-default=0644
|
||||
|
|
Loading…
Add table
Reference in a new issue