Enable a couple of rubocop Style cops

This commit is contained in:
Gonzalo Rodriguez 2018-06-19 17:25:36 -03:00
parent 60300145d8
commit 972a19006a
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1

View file

@ -25,6 +25,12 @@ Security:
Lint:
Enabled: true
Style/FrozenStringLiteralComment:
Enabled: true
Style/RedundantFreeze:
Enabled: true
# TODO
# Remove cop disabling and fix offenses
Lint/HandleExceptions: