.rubocop.yml in microfsm-0.1.2 vs .rubocop.yml in microfsm-0.1.3
- old
+ new
@@ -1,8 +1,9 @@
inherit_from:
- - ~/configs/.rubocop.yml
+ - '~/configs/.rubocop.yml'
AllCops:
+ NewCops: enable
Include:
- 'lib/**/*.rb'
Exclude:
- 'bin/**/*'