From 4cbf0b2dc8c34e39897f11983b4863167d99790b Mon Sep 17 00:00:00 2001
From: Imran Iqbal <iqbalmy@hotmail.com>
Date: Wed, 23 Oct 2019 17:38:01 +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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.salt-lint b/.salt-lint
index a539954..3715677 100644
--- a/.salt-lint
+++ b/.salt-lint
@@ -2,6 +2,7 @@
 # vim: ft=yaml
 ---
 exclude_paths: []
+rules: {}
 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
-- 
GitLab