Skip to content

Commit 14134b8

Browse files
committed
disabled Layout/InitialIndentation due to thousands of false positives
1 parent 05c1531 commit 14134b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.erb_lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ linters:
2222
- .rubocop.yml
2323
Layout/TrailingEmptyLines:
2424
Enabled: false # enable when we are ready to solve ~3K errors
25+
Layout/InitialIndentation:
26+
Enabled: false # false positives on embedded Ruby indentation in tags

0 commit comments

Comments
 (0)