From 972a19006aced95efefd6c1ecf9dc8ebadb26198 Mon Sep 17 00:00:00 2001 From: Gonzalo Rodriguez Date: Tue, 19 Jun 2018 17:25:36 -0300 Subject: [PATCH] Enable a couple of rubocop Style cops --- .rubocop.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: