Remove unnecessary EnforcedShorthandSyntax definition
Rubocop 1.67.0 sets EnforcedShorthandSyntax to "either" by default, so explicitly defining it is no longer necessary.
This commit is contained in:
@@ -719,7 +719,6 @@ Style/HashExcept:
|
||||
|
||||
Style/HashSyntax:
|
||||
Enabled: true
|
||||
EnforcedShorthandSyntax: either
|
||||
|
||||
Style/HashTransformKeys:
|
||||
Enabled: true
|
||||
|
||||
Reference in New Issue
Block a user