Skip to content

Commit

Permalink
ci(travis): update salt-lint config for v0.0.10 [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#82
  • Loading branch information
myii committed Oct 23, 2019
1 parent b564d8d commit 88fed56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .salt-lint
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
exclude_paths:
# This is actually a Python file
- _pillar/known_hosts_salt_ssh.sls
# Violation: [204] Lines should be no longer that 160 chars
- test/salt/pillar/default.sls
rules:
204: # Lines should be no longer that 160 chars
ignore: |
test/salt/pillar/default.sls
skip_list:
# Using `salt-lint` for linting other files as well, such as Jinja macros/templates
- 205 # Use ".sls" as a Salt State file extension
Expand Down

0 comments on commit 88fed56

Please sign in to comment.