Support Ruby 3.1's hash value omission for `Style/HashSyntax` by koic · Pull Request #10289 · rubocop/rubocop

Summary Ruby 3.1 will be introduced hash shorthand syntax: https://bugs.ruby-lang.org/issues/17292. The EnforcedShorthandSyntax option checks hash literal value. It can enforce either the use of th...