From eeb68676331afeca4208084d0dcec81bc5e9472c Mon Sep 17 00:00:00 2001 From: Kushal Pandya Date: Fri, 13 Jan 2017 11:05:51 -0500 Subject: HAMLLint: Enable `UnnecessaryInterpolation` rule --- .haml-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.haml-lint.yml') diff --git a/.haml-lint.yml b/.haml-lint.yml index 7c8a9c4fd17..6e5296fb2aa 100644 --- a/.haml-lint.yml +++ b/.haml-lint.yml @@ -97,7 +97,7 @@ linters: enabled: true UnnecessaryInterpolation: - enabled: false + enabled: true UnnecessaryStringOutput: enabled: false -- cgit v1.2.1