From 35a486f32b0ef4c112132f50dcf9c149c6fa5197 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 24 Oct 2016 23:57:25 +0200 Subject: [PATCH] Disabled rule. --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 5ae3ea859..347ed9964 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -13,6 +13,9 @@ Rails: # Zammad StyleGuide +Style/FrozenStringLiteralComment: + Enabled: false + Metrics/LineLength: Description: 'Limit lines to 80 characters.' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#80-character-limits'