examples/.rubocop.yml in meowcop-1.7.0 vs examples/.rubocop.yml in meowcop-1.8.0

- old
+ new

@@ -1,12 +1,14 @@ # To use the MeowCop gem. inherit_gem: meowcop: - config/rubocop.yml +# Modify the version if you don't use MRI 2.1. +AllCops: + TargetRubyVersion: 2.1 # You can customize rubocop settings. # For example. - -Style/FrozenStringLiteralComment: - Enabled: true - EnforcedStyle: always +# Style/FrozenStringLiteralComment: +# Enabled: true +# EnforcedStyle: always