diff --git a/.rubocop.yml b/.rubocop.yml index 1f45df0..e9a19a7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -137,6 +137,9 @@ Style/EachWithObject: Style/FormatString: Enabled: false +Style/FormatStringToken: + Enabled: false + Style/GuardClause: Enabled: false