Apply Layout/IndentAssignment rubocop rule

There was one place where we weren't applying it.
This commit is contained in:
Javi Martín
2019-10-25 22:30:22 +02:00
parent e5e414f806
commit e21565628f
2 changed files with 10 additions and 7 deletions

View File

@@ -58,6 +58,9 @@ Layout/EndOfLine:
Layout/ExtraSpacing: Layout/ExtraSpacing:
Enabled: true Enabled: true
Layout/IndentAssignment:
Enabled: true
Layout/IndentationConsistency: Layout/IndentationConsistency:
EnforcedStyle: indented_internal_methods EnforcedStyle: indented_internal_methods