rubocop_shared: fix HeredocIndentation rule.

This commit is contained in:
Mike McQuaid 2020-06-02 09:49:17 +01:00
parent ed9cd2d296
commit edc6107ccb
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -8,7 +8,7 @@ AllCops:
# Use `<<~` for heredocs. # Use `<<~` for heredocs.
Layout/HeredocIndentation: Layout/HeredocIndentation:
EnforcedStyle: squiggly Enabled: true
# Not useful in casks and formulae. # Not useful in casks and formulae.
Metrics/BlockLength: Metrics/BlockLength: