From e9d32541ce29aaaacb7a6ffa241d8ad2cb46689a Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Wed, 26 Apr 2017 14:46:55 +0200 Subject: [PATCH] Detect implicit divs with haml-lint --- .haml-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.haml-lint.yml b/.haml-lint.yml index e1fc25e4d..0927e9027 100644 --- a/.haml-lint.yml +++ b/.haml-lint.yml @@ -36,7 +36,7 @@ linters: style: lisp_case ImplicitDiv: - enabled: false + enabled: true Indentation: enabled: true