diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2017-08-07 09:08:15 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-08-07 09:08:15 +0000 |
commit | bca5747d987106e838bb73a7052222f42fc864db (patch) | |
tree | 94352047829a78d93f6c11553b14845fd931295b /.haml-lint.yml | |
parent | e8a439ab68575bea85e46005412a4193f53366d7 (diff) | |
download | gitlab-ce-bca5747d987106e838bb73a7052222f42fc864db.tar.gz |
Upgrade haml_lint Gem to 0.26.0
Diffstat (limited to '.haml-lint.yml')
-rw-r--r-- | .haml-lint.yml | 15 |
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 |