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:
authorWinnie Hellmann <winnie@gitlab.com>2017-08-07 12:08:15 +0300
committerDouwe Maan <douwe@gitlab.com>2017-08-07 12:08:15 +0300
commitbca5747d987106e838bb73a7052222f42fc864db (patch)
tree94352047829a78d93f6c11553b14845fd931295b /.haml-lint.yml
parente8a439ab68575bea85e46005412a4193f53366d7 (diff)
Upgrade haml_lint Gem to 0.26.0
Diffstat (limited to '.haml-lint.yml')
-rw-r--r--.haml-lint.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.haml-lint.yml b/.haml-lint.yml
index 528f99d08d2..372994979b8 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -35,9 +35,18 @@ linters:
HtmlAttributes:
enabled: true
+ IdNames:
+ enabled: false
+
ImplicitDiv:
enabled: true
+ InlineStyles:
+ enabled: false
+
+ InstanceVariables:
+ enabled: false
+
LeadingCommentSpace:
enabled: false
@@ -54,6 +63,9 @@ linters:
ObjectReferenceAttributes:
enabled: true
+ RepeatedId:
+ enabled: false
+
RuboCop:
enabled: false
# These cops are incredibly noisy when it comes to HAML templates, so we
@@ -101,3 +113,6 @@ linters:
UnnecessaryStringOutput:
enabled: true
+
+ ViewLength:
+ enabled: false