Add frozen_string_literal magic comment

re: https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/FrozenStringLiteralComment
This commit is contained in:
James Mason 2018-05-07 16:47:29 -07:00
parent 6775add832
commit d8bd269a64
15 changed files with 28 additions and 2 deletions

View file

@ -17,8 +17,6 @@ AllCops:
#################### Metrics ###############################
# Start with cops for Ruby >= 2.3 disabled
Style/FrozenStringLiteralComment:
Enabled: false
Style/SafeNavigation:
Enabled: false
Style/NumericPredicate: