From 88fed5603a1e79a420b365e698f7cecfd4d2f333 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Wed, 23 Oct 2019 17:37:39 +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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.salt-lint b/.salt-lint index 26216b6..545b036 100644 --- a/.salt-lint +++ b/.salt-lint @@ -4,8 +4,10 @@ exclude_paths: # This is actually a Python file - _pillar/known_hosts_salt_ssh.sls - # Violation: [204] Lines should be no longer that 160 chars - - test/salt/pillar/default.sls +rules: + 204: # Lines should be no longer that 160 chars + ignore: | + test/salt/pillar/default.sls 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