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 14134b8 commit 56e2f3eCopy full SHA for 56e2f3e
1 file changed
.erb_lint.yml
@@ -20,7 +20,9 @@ linters:
20
rubocop_config:
21
inherit_from:
22
- .rubocop.yml
23
- Layout/TrailingEmptyLines:
24
- 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
+ Layout/TrailingEmptyLines:
+ Enabled: false # enable when we are ready to solve ~3K errors
27
+ Lint/UselessAssignment:
28
+ Enabled: false # false positives on single-line embedded Ruby assignments
0 commit comments