.rubocop_cask: fix RuboCop names.

Broken since a RuboCop update.
This commit is contained in:
Mike McQuaid 2019-12-01 14:20:11 +00:00
parent ef34fbc634
commit 2101de77cf
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -26,10 +26,10 @@ Layout/HashAlignment:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table
Layout/IndentFirstArrayElement:
Layout/FirstArrayElementIndentation:
EnforcedStyle: align_brackets
Layout/IndentFirstHashElement:
Layout/FirstHashElementIndentation:
EnforcedStyle: align_braces
# Casks often contain long URLs and file paths.