From 3eaed1bc6c1cd67ef6da18fb8cb40d810c69d4b0 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Wed, 23 Oct 2019 08:05:36 +0100 Subject: [PATCH] ci(travis): update `salt-lint` config for `v0.0.10` * Automated using https://github.com/myii/ssf-formula/pull/82 --- .salt-lint | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.salt-lint b/.salt-lint index ba79fa78..ccd08083 100644 --- a/.salt-lint +++ b/.salt-lint @@ -1,9 +1,11 @@ # -*- coding: utf-8 -*- # vim: ft=yaml --- -exclude_paths: - # Violation: [204] Lines should be no longer that 160 chars - - docker/repo.sls +exclude_paths: [] +rules: + 204: # Lines should be no longer that 160 chars + ignore: | + docker/repo.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