diff --git a/.rubocop.yml b/.rubocop.yml index 2ae3a44b4..7034ec35f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -735,6 +735,9 @@ Style/HashConversion: Style/HashExcept: Enabled: true +Style/HashSlice: + Enabled: true + Style/HashSyntax: Enabled: true