lib/reevoocop.yml in reevoocop-0.0.11 vs lib/reevoocop.yml in reevoocop-0.0.12
- old
+ new
@@ -67,9 +67,12 @@
# We are fine with using double negation to to force
# something truthy or falsy to true or false
Style/DoubleNegation:
Enabled: false
+Style/FrozenStringLiteralComment:
+ Enabled: false
+
# See examples/block_call.rb
Performance/RedundantBlockCall:
Enabled: false
Layout/EmptyLineAfterMagicComment: