Alphabetize Style/HashSyntax RuboCop rule and keep it the same

This commit is contained in:
Issy Long 2024-02-22 23:57:31 +00:00
parent 921753cf84
commit c11a07db5b
No known key found for this signature in database

View File

@ -358,6 +358,9 @@ Style/HashAsLastArrayItem:
- "/**/Formula/**/*.rb" - "/**/Formula/**/*.rb"
- "**/Formula/**/*.rb" - "**/Formula/**/*.rb"
Style/HashSyntax:
EnforcedShorthandSyntax: either
Style/InverseMethods: Style/InverseMethods:
InverseMethods: InverseMethods:
:blank?: :present? :blank?: :present?
@ -466,5 +469,3 @@ Naming/BlockForwarding:
Enabled: false Enabled: false
Style/ArgumentsForwarding: Style/ArgumentsForwarding:
Enabled: false Enabled: false
Style/HashSyntax:
EnforcedShorthandSyntax: either