.rubocop.yml in act_with_flags-0.2.3 vs .rubocop.yml in act_with_flags-0.2.4
- old
+ new
@@ -1,8 +1,9 @@
inherit_from:
- ~/configs/.rubocop.yml
AllCops:
+ NewCops: enable
Include:
- 'lib/**/*.rb'
Exclude:
- 'test/**/*'
- old
+ new