diff --git a/.rubocop.yml b/.rubocop.yml index a72b34cb..88bc8de7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -107,6 +107,9 @@ Style/GlobalVars: Exclude: - spec/moneta/adapters/cassandra/helper.rb +Style/FrozenStringLiteralComment: + Enabled: false + Style/FormatString: Enabled: false @@ -156,6 +159,9 @@ Style/RescueStandardError: Style/RescueModifier: Enabled: false +Style/SafeNavigation: + Enabled: false + Style/StringLiterals: Enabled: false