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'