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:
taitus
2025-02-12 17:49:38 +01:00
parent 204704da06
commit ada35f51f2

View File

@@ -719,7 +719,6 @@ Style/HashExcept:
Style/HashSyntax: Style/HashSyntax:
Enabled: true Enabled: true
EnforcedShorthandSyntax: either
Style/HashTransformKeys: Style/HashTransformKeys:
Enabled: true Enabled: true