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:
|
Style/HashSyntax:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
EnforcedShorthandSyntax: either
|
|
||||||
|
|
||||||
Style/HashTransformKeys:
|
Style/HashTransformKeys:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user