mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
Lint: Discussing FrozenStringLiteralComment
This commit is contained in:
parent
c2d5df8fde
commit
b56a16d2f8
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ Metrics/PerceivedComplexity:
|
|||
|
||||
# Switching to frozen strings internally would be fine, but if any of those
|
||||
# frozen strings cross our public API, that would be a breaking change.
|
||||
# Let's wait until we drop support for ruby 2.2 before doing this. If we freeze
|
||||
# before dropping 2.2, the comment could be misleading.
|
||||
Style/FrozenStringLiteralComment:
|
||||
Enabled: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue