From b09b808df4da479769c9e5c621a37c808e90aacc Mon Sep 17 00:00:00 2001 From: Neil Matatall Date: Thu, 20 Feb 2020 14:34:41 -1000 Subject: [PATCH] ffs why does this only happen in CI --- .rubocop.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index cde360f..f513f20 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,3 +4,5 @@ inherit_gem: require: rubocop-performance GitHub/RailsApplicationRecord: Enabled: false +Style/FrozenStringLiteralComment: + Enabled: false