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:
Diffstat (limited to '.haml-lint.yml')
-rw-r--r--.haml-lint.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.haml-lint.yml b/.haml-lint.yml
index c0c0e57e0f2..1345df2c0bd 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -84,9 +84,9 @@ linters:
RuboCop:
enabled: true
- # These cops are incredibly noisy when it comes to HAML templates, so we
- # ignore them.
ignored_cops:
+ # These cops are incredibly noisy when it comes to HAML templates, so we
+ # ignore them.
- Layout/BlockAlignment
- Layout/EndAlignment
- Layout/LineLength
@@ -103,6 +103,7 @@ linters:
- Style/Next
- Style/TrailingWhitespace
- Style/WhileUntilModifier
+ - Cop/StaticTranslationDefinition
# These cops should eventually get enabled
- Cop/LineBreakAfterGuardClauses