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:
Imran Iqbal 2019-10-23 17:37:04 +01:00
parent a33757a6ad
commit b23168e69e

View File

@ -1,10 +1,11 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# vim: ft=yaml # vim: ft=yaml
--- ---
exclude_paths: exclude_paths: []
# https://github.com/saltstack-formulas/postfix-formula/issues/101 rules:
# Violation: [203] Most files should not contain tabs 203: # Most files should not contain tabs
- postfix/files/mapping.j2 ignore: |
postfix/files/mapping.j2
skip_list: skip_list:
# Using `salt-lint` for linting other files as well, such as Jinja macros/templates # Using `salt-lint` for linting other files as well, such as Jinja macros/templates
- 205 # Use ".sls" as a Salt State file extension - 205 # Use ".sls" as a Salt State file extension