1
0
Fork 0
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:
Jared Beck 2017-11-30 21:57:36 -05:00
parent c2d5df8fde
commit b56a16d2f8

View file

@ -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