Update Rubocop to not use old cop name

This commit is contained in:
Brandon High 2019-12-03 17:06:08 -08:00
parent d963e357d3
commit 9a2cd816df
No known key found for this signature in database
GPG key ID: 270079C784FCAFDE

View file

@ -14,9 +14,9 @@ Style/TrailingCommaInArrayLiteral:
Style/TrailingCommaInArguments: Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: comma EnforcedStyleForMultiline: comma
Layout/AlignHash: Layout/HashAlignment:
EnforcedHashRocketStyle: table EnforcedHashRocketStyle: table
Layout/IndentFirstHashElement: Layout/FirstHashElementIndentation:
EnforcedStyle: consistent EnforcedStyle: consistent
Style/StderrPuts: Style/StderrPuts: