diff --git a/.rubocop.yml b/.rubocop.yml index b7575cc..ed37697 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -25,6 +25,12 @@ Security: Lint: Enabled: true +Style/FrozenStringLiteralComment: + Enabled: true + +Style/RedundantFreeze: + Enabled: true + # TODO # Remove cop disabling and fix offenses Lint/HandleExceptions: