Skip to content

Commit cec0b23

Browse files
committed
disabled LAyout/TrailingEmptyLines for ERB linting (3K errors)
1 parent c74f0f6 commit cec0b23

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
@@ -20,3 +20,5 @@ linters:
2020
rubocop_config:
2121
inherit_from:
2222
- .rubocop.yml
23+
Layout/TrailingEmptyLines:
24+
Enabled: false # enable when we are ready to solve ~3K errors

0 commit comments

Comments
 (0)