Skip to content

Commit 6bd54e9

Browse files
committed
Disable Style/IfUnlessModifier
This rule creates an issue where resolving the rule to appease haml-lint then triggers another rule in rubocop, so it's being disable in the haml-lint configuration file
1 parent 880f176 commit 6bd54e9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.haml-lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ linters:
44

55
ClassesBeforeIds:
66
EnforcedStyle: "id"
7+
8+
RuboCop:
9+
ignored_cops:
10+
- Style/IfUnlessModifier

0 commit comments

Comments
 (0)