mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
add rubocop rules for erb_lint only to break nested method calls to multiple lines
This commit is contained in:
@@ -15,6 +15,10 @@ linters:
|
||||
rubocop_config:
|
||||
inherit_from:
|
||||
- .rubocop.yml
|
||||
Layout/FirstArgumentIndentation:
|
||||
EnforcedStyle: consistent
|
||||
Layout/FirstMethodArgumentLineBreak:
|
||||
Enabled: true
|
||||
Layout/InitialIndentation:
|
||||
Enabled: false
|
||||
Layout/LeadingEmptyLines:
|
||||
|
||||
Reference in New Issue
Block a user