add rubocop rules for erb_lint only to break nested method calls to multiple lines

This commit is contained in:
Ivan Kuchin
2025-02-06 14:10:36 +01:00
parent 15525a7480
commit 6ef13bcd44
+4
View File
@@ -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: