examples/.rubocop.yml in meowcop-2.13.0 vs examples/.rubocop.yml in meowcop-2.14.0
- old
+ new
@@ -1,13 +1,9 @@
# To use the MeowCop gem.
inherit_gem:
meowcop:
- config/rubocop.yml
-# Modify the version if you don't use MRI 2.6.
-AllCops:
- TargetRubyVersion: 2.6
-
# You can customize RuboCop settings.
# For example.
# Style/FrozenStringLiteralComment:
# Enabled: true
# EnforcedStyle: always