diff --git a/.rubocop.yml b/.rubocop.yml index 2f972fb4..8df543a8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -763,5 +763,9 @@ RSpec/SharedExamples: Style/ClassAndModuleChildren: EnforcedStyle: compact +Style/FrozenStringLiteralComment: + Enabled: true + EnforcedStyle: always_true + Style/PreferredHashMethods: Enabled: false