Browse Source

Disabled rule.

Martin Edenhofer 8 years ago
parent
commit
35a486f32b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .rubocop.yml

+ 3 - 0
.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'