We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267401a commit a94cbf1Copy full SHA for a94cbf1
.erb_lint.yml
@@ -31,6 +31,8 @@ linters:
31
rubocop_config:
32
inherit_from:
33
- .rubocop.yml
34
+ Layout/LeadingEmptyLines:
35
+ Enabled: false # false positives on embedded Ruby indentation in tags
36
Layout/InitialIndentation:
37
Enabled: false # false positives on embedded Ruby indentation in tags
38
Layout/TrailingEmptyLines:
0 commit comments