We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4efe2c + c1c0530 commit febf531Copy full SHA for febf531
rubocop.yml
@@ -484,6 +484,9 @@ Style/HashExcept:
484
Style/HashLikeCase:
485
Enabled: false
486
487
+Style/HashSyntax:
488
+ EnforcedShorthandSyntax: either
489
+
490
Style/HashTransformKeys:
491
492
test/fixtures/full_config.yml
@@ -2718,7 +2718,7 @@ Style/HashSyntax:
2718
- hash_rockets
2719
- no_mixed_keys
2720
- ruby19_no_mixed_keys
2721
- EnforcedShorthandSyntax: always
2722
SupportedShorthandSyntax:
2723
- always
2724
- never
0 commit comments