Use squiggly heredocs
This is a feature which was introduced in Ruby 2.3, and makes it much easier to write readable heredocs.
This commit is contained in:
@@ -61,6 +61,9 @@ Layout/ExtraSpacing:
|
||||
Layout/IndentAssignment:
|
||||
Enabled: true
|
||||
|
||||
Layout/IndentHeredoc:
|
||||
Enabled: true
|
||||
|
||||
Layout/IndentationConsistency:
|
||||
EnforcedStyle: indented_internal_methods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user