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
f9dcbdd659
commit
2622d48b4c
33
.salt-lint
33
.salt-lint
@ -1,20 +1,25 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vim: ft=yaml
|
# vim: ft=yaml
|
||||||
---
|
---
|
||||||
exclude_paths:
|
exclude_paths: []
|
||||||
# Violation: [203] Most files should not contain tabs
|
rules:
|
||||||
# Violation: [204] Lines should be no longer that 160 chars
|
203: # Most files should not contain tabs
|
||||||
- apache/files/Debian/apache-2.4.config.jinja # 203
|
ignore: |
|
||||||
- apache/files/Debian/mpm/mpm_event.conf.jinja # 203
|
apache/files/Debian/apache-2.4.config.jinja
|
||||||
- apache/files/Debian/mpm/mpm_prefork.conf.jinja # 203
|
apache/files/Debian/mpm/mpm_event.conf.jinja
|
||||||
- apache/files/Debian/mpm/mpm_worker.conf.jinja # 203
|
apache/files/Debian/mpm/mpm_prefork.conf.jinja
|
||||||
- apache/files/Debian/ssl.conf.jinja # 203,204
|
apache/files/Debian/mpm/mpm_worker.conf.jinja
|
||||||
- apache/files/FreeBSD/mod_cgi.conf.jinja # 203
|
apache/files/Debian/ssl.conf.jinja
|
||||||
- apache/files/FreeBSD/mod_ssl.conf.jinja # 203,204
|
apache/files/FreeBSD/mod_cgi.conf.jinja
|
||||||
- apache/files/RedHat/conf.modules.d/00-mpm.conf.jinja # 203
|
apache/files/FreeBSD/mod_ssl.conf.jinja
|
||||||
- apache/files/RedHat/modsecurity.conf.jinja # 203
|
apache/files/RedHat/conf.modules.d/00-mpm.conf.jinja
|
||||||
- apache/files/tls-defaults.conf.jinja # 204
|
apache/files/RedHat/modsecurity.conf.jinja
|
||||||
- apache/logrotate.sls # 203
|
apache/logrotate.sls
|
||||||
|
204: # Lines should be no longer that 160 chars
|
||||||
|
ignore: |
|
||||||
|
apache/files/Debian/ssl.conf.jinja
|
||||||
|
apache/files/FreeBSD/mod_ssl.conf.jinja
|
||||||
|
apache/files/tls-defaults.conf.jinja
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user