From b597fd804891a55381b14d8901b1a1b55ef9b938 Mon Sep 17 00:00:00 2001 From: Alastair Pharo Date: Sat, 7 Sep 2019 20:37:37 +1000 Subject: [PATCH] Rubocop: turn off some more cops --- .rubocop.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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