Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2016-12-23 12:32:07 +0300
committerKushal Pandya <kushal@gitlab.com>2016-12-31 09:13:08 +0300
commit7157f5857a187cfa7011ef7e0077d599e846d452 (patch)
tree4beb93054a020d3c0e4de1fd84c80d442eda962c /.haml-lint.yml
parent71000b24a48e4e6d15a37bb92ccc4758ff106c3e (diff)
HAMLLint: Enable `ImplicitDiv` rule
Diffstat (limited to '.haml-lint.yml')
-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