Skip to content

Commit

Permalink
ci(travis): update salt-lint config for v0.0.10
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 222fc6d commit 3eaed1b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .salt-lint
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
exclude_paths:
# Violation: [204] Lines should be no longer that 160 chars
- docker/repo.sls
exclude_paths: []
rules:
204: # Lines should be no longer that 160 chars
ignore: |
docker/repo.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 3eaed1b

Please sign in to comment.