summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2016-12-23 15:02:07 +0530
committerKushal Pandya <kushal@gitlab.com>2016-12-31 11:43:08 +0530
commit7157f5857a187cfa7011ef7e0077d599e846d452 (patch)
tree4beb93054a020d3c0e4de1fd84c80d442eda962c
parent71000b24a48e4e6d15a37bb92ccc4758ff106c3e (diff)
downloadgitlab-ce-7157f5857a187cfa7011ef7e0077d599e846d452.tar.gz
HAMLLint: Enable `ImplicitDiv` rule
-rw-r--r--.haml-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.haml-lint.yml b/.haml-lint.yml
index 83d3043b38d..1dac5c06a4c 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -36,7 +36,7 @@ linters:
enabled: true
ImplicitDiv:
- enabled: false
+ enabled: true
LeadingCommentSpace:
enabled: false