rubocop.yml in rubocop-infinum-0.9.0 vs rubocop.yml in rubocop-infinum-0.9.1
- old
+ new
@@ -1,7 +1,9 @@
require:
- rubocop-rails
- rubocop-rspec
+ - rubocop-rspec_rails
+ - rubocop-factory_bot
- rubocop-performance
Layout/LineLength:
Max: 120
AllowedPatterns: ['\A#']