.rubocop.yml in rubocop-fnando-0.0.14 vs .rubocop.yml in rubocop-fnando-0.0.15
- old
+ new
@@ -1,9 +1,11 @@
---
require:
- rubocop-performance
AllCops:
+ SuggestExtensions: false
+
Exclude:
- !ruby/regexp /\/node_modules\//
- !ruby/regexp /\/bin\//
- !ruby/regexp /\/db\/schema\.rb$/
- !ruby/regexp /\/vendor\//