diff options
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 7ea677e..66b7951 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -67,3 +67,6 @@ Style/RegexpLiteral: Style/SpecialGlobalVars: Enabled: false + +Style/FrozenStringLiteralComment: + Enabled: false |