Skip to content

Commit

Permalink
disable frozen string literal (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Racco authored Apr 15, 2020
1 parent 95103c1 commit cb295f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rubocop/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ Style/BlockDelimiters:
Style/Documentation:
Enabled: false

Style/FrozenStringLiteralComment:
Enabled: false

Style/MethodDefParentheses:
EnforcedStyle: require_no_parentheses
SupportedStyles:
Expand Down

0 comments on commit cb295f8

Please sign in to comment.