examples/.rubocop.yml in meowcop-1.9.1 vs examples/.rubocop.yml in meowcop-1.10.0

- old
+ new

@@ -4,9 +4,15 @@ - config/rubocop.yml # Modify the version if you don't use MRI 2.1. AllCops: TargetRubyVersion: 2.1 + # If you use RuboCop with Ruby on Rails, specify TargetRailsVersion(default: 5.0). + TargetRailsVersion: 5.0 + +Rails: + # If you use RuboCop with Ruby on Rails, turn on this option. + Enabled: false # You can customize rubocop settings. # For example. # Style/FrozenStringLiteralComment: # Enabled: true