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 a33757a commit b23168e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .salt-lint
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
exclude_paths:
# https://github.com/saltstack-formulas/postfix-formula/issues/101
# Violation: [203] Most files should not contain tabs
- postfix/files/mapping.j2
exclude_paths: []
rules:
203: # Most files should not contain tabs
ignore: |
postfix/files/mapping.j2
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 b23168e

Please sign in to comment.