diff --git a/.rubocop.yml b/.rubocop.yml index bc79348b..07247d18 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -769,4 +769,5 @@ RSpec/NotToNot: RSpec/SharedExamples: Enabled: false - +Style/PreferredHashMethods: + Enabled: false