From 34e5be54ad383d4950500a832ee116a12a265ae4 Mon Sep 17 00:00:00 2001 From: Nikita Kholin Date: Sat, 28 Jan 2017 21:44:30 +0200 Subject: [PATCH] Disable frozen string literals --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index de88b8d..6295aa9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,6 +4,9 @@ Rails: Metrics/LineLength: Max: 120 +Style/FrozenStringLiteralComment: + Enabled: false + Style/Documentation: Exclude: - 'spec/**/*'