Skip to content

Commit a94cbf1

Browse files
committed
disabled Layout/LeadingEmptyLine due to false positives
1 parent 267401a commit a94cbf1

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
@@ -31,6 +31,8 @@ linters:
3131
rubocop_config:
3232
inherit_from:
3333
- .rubocop.yml
34+
Layout/LeadingEmptyLines:
35+
Enabled: false # false positives on embedded Ruby indentation in tags
3436
Layout/InitialIndentation:
3537
Enabled: false # false positives on embedded Ruby indentation in tags
3638
Layout/TrailingEmptyLines:

0 commit comments

Comments
 (0)