Lint: Discussing FrozenStringLiteralComment

This commit is contained in:
Jared Beck 2017-11-30 21:57:36 -05:00
parent c2d5df8fde
commit b56a16d2f8
1 changed files with 2 additions and 0 deletions

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