Alphabetize Style/HashSyntax RuboCop rule and keep it the same

This commit is contained in:
Issy Long
2024-02-25 23:00:07 +00:00
parent 921753cf84
commit c11a07db5b
+3 -2
View File
@@ -358,6 +358,9 @@ Style/HashAsLastArrayItem:
- "/**/Formula/**/*.rb"
- "**/Formula/**/*.rb"
Style/HashSyntax:
EnforcedShorthandSyntax: either
Style/InverseMethods:
InverseMethods:
:blank?: :present?
@@ -466,5 +469,3 @@ Naming/BlockForwarding:
Enabled: false
Style/ArgumentsForwarding:
Enabled: false
Style/HashSyntax:
EnforcedShorthandSyntax: either