From ecc08c40c2c21ca7ffa197fd376ab61a92d3d4a3 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Wed, 23 Oct 2019 17:32:47 +0100 Subject: [PATCH] ci(travis): update `salt-lint` config for `v0.0.10` [skip ci] * Automated using /~https://github.com/myii/ssf-formula/pull/82 --- .salt-lint | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.salt-lint b/.salt-lint index 2bb88f77..09b29fb9 100644 --- a/.salt-lint +++ b/.salt-lint @@ -1,12 +1,15 @@ # -*- coding: utf-8 -*- # vim: ft=yaml --- -exclude_paths: +exclude_paths: [] +rules: # /~https://github.com/saltstack-formulas/zabbix-formula/issues/129 - # Violation: [203] Most files should not contain tabs - - zabbix/files/default/etc/zabbix/web/zabbix.conf.php.jinja - # Violation: [204] Lines should be no longer that 160 chars - - zabbix/files/default/etc/zabbix/zabbix_proxy.conf.jinja + 203: # Most files should not contain tabs + ignore: | + zabbix/files/default/etc/zabbix/web/zabbix.conf.php.jinja + 204: # Lines should be no longer that 160 chars + ignore: | + zabbix/files/default/etc/zabbix/zabbix_proxy.conf.jinja 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