diff --git a/rubocop.yml b/rubocop.yml index 378ee12..946a2f8 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -118,6 +118,11 @@ Style/GlobalVars: - $flipper - $rollout +Style/HashSyntax: + Enabled: true + EnforcedStyle: ruby19 + EnforcedShorthandSyntax: never + # `SomeClass.(some, arguments)` is considered "obscure" by Rubocop. # It is not so obscure enough that we would forbid it, though. Style/LambdaCall: