ci(travis): update `salt-lint` config for `v0.0.10` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/82
This commit is contained in:
parent
b564d8d511
commit
88fed5603a
|
@ -4,8 +4,10 @@
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
# This is actually a Python file
|
# This is actually a Python file
|
||||||
- _pillar/known_hosts_salt_ssh.sls
|
- _pillar/known_hosts_salt_ssh.sls
|
||||||
# Violation: [204] Lines should be no longer that 160 chars
|
rules:
|
||||||
- test/salt/pillar/default.sls
|
204: # Lines should be no longer that 160 chars
|
||||||
|
ignore: |
|
||||||
|
test/salt/pillar/default.sls
|
||||||
skip_list:
|
skip_list:
|
||||||
# Using `salt-lint` for linting other files as well, such as Jinja macros/templates
|
# Using `salt-lint` for linting other files as well, such as Jinja macros/templates
|
||||||
- 205 # Use ".sls" as a Salt State file extension
|
- 205 # Use ".sls" as a Salt State file extension
|
||||||
|
|
Loading…
Reference in New Issue