diff options
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 |