From 6580cf38b0ead02b528f07d57838d5b4e1dc6466 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Thu, 13 Apr 2017 23:02:16 +1200 Subject: [PATCH] Allow instance variables in partials for now --- .haml-lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.haml-lint.yml b/.haml-lint.yml index a68d3eed3..59fe632a7 100644 --- a/.haml-lint.yml +++ b/.haml-lint.yml @@ -1,3 +1,5 @@ linters: LineLength: max: 120 + InstanceVariables: + enabled: false