From 7ae501e08879934323a2c738851edbdf34df4abf Mon Sep 17 00:00:00 2001 From: Agrim Mittal Date: Fri, 24 Mar 2017 03:39:31 +0530 Subject: [PATCH] change InstanceVariables to false --- .haml-lint.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.haml-lint.yml b/.haml-lint.yml index 86047884..e1170bd1 100644 --- a/.haml-lint.yml +++ b/.haml-lint.yml @@ -39,11 +39,7 @@ linters: enabled: true InstanceVariables: - enabled: true - file_types: partials - matchers: - all: .* - partials: \A_.*\.haml\z + enabled: false LeadingCommentSpace: enabled: true