examples/.rubocop.yml in meowcop-1.20.0 vs examples/.rubocop.yml in meowcop-2.0.0
- old
+ new
@@ -4,15 +4,9 @@
- config/rubocop.yml
# Modify the version if you don't use MRI 2.6.
AllCops:
TargetRubyVersion: 2.6
- # 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