Skip to content

Commit 3eaed1b

Browse files
committed
ci(travis): update salt-lint config for v0.0.10
* Automated using myii/ssf-formula#82
1 parent 222fc6d commit 3eaed1b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.salt-lint

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# -*- coding: utf-8 -*-
22
# vim: ft=yaml
33
---
4-
exclude_paths:
5-
# Violation: [204] Lines should be no longer that 160 chars
6-
- docker/repo.sls
4+
exclude_paths: []
5+
rules:
6+
204: # Lines should be no longer that 160 chars
7+
ignore: |
8+
docker/repo.sls
79
skip_list:
810
# Using `salt-lint` for linting other files as well, such as Jinja macros/templates
911
- 205 # Use ".sls" as a Salt State file extension

0 commit comments

Comments
 (0)