.rubocop.yml in smart_value-object-0.1.0 vs .rubocop.yml in smart_value-object-0.2.0
- old
+ new
@@ -3,10 +3,11 @@
- lib/rubocop.general.yml
- lib/rubocop.rake.yml
- lib/rubocop.rspec.yml
AllCops:
- TargetRubyVersion: 2.7.1
+ TargetRubyVersion: 3.0.0
+ NewCops: enable
Include:
- lib/**/*.rb
- spec/**/*.rb
- Gemfile
- Rakefile