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
a33757a6ad
commit
b23168e69e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user