File tree Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ require :
3+ - rubocop-factory_bot
4+ - rubocop-performance
5+ - rubocop-rake
6+ - rubocop-rspec
7+
18AllCops :
29 NewCops : enable
3- SuggestExtensions : false
410 TargetRubyVersion : 3.0
511 Exclude :
612 - bin/*
Original file line number Diff line number Diff line change @@ -20,4 +20,8 @@ gem 'rake'
2020gem 'rspec'
2121gem 'rspec-retry'
2222gem 'rubocop'
23+ gem 'rubocop-factory_bot'
24+ gem 'rubocop-performance'
25+ gem 'rubocop-rake'
26+ gem 'rubocop-rspec'
2327gem 'simplecov'
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ gem "rake"
1616gem "rspec"
1717gem "rspec-retry"
1818gem "rubocop"
19+ gem "rubocop-factory_bot"
20+ gem "rubocop-performance"
21+ gem "rubocop-rake"
22+ gem "rubocop-rspec"
1923gem "simplecov"
2024gem "rails", "7.0.8"
2125
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ gem "rake"
1616gem "rspec"
1717gem "rspec-retry"
1818gem "rubocop"
19+ gem "rubocop-factory_bot"
20+ gem "rubocop-performance"
21+ gem "rubocop-rake"
22+ gem "rubocop-rspec"
1923gem "simplecov"
2024gem "rails", "7.1.0"
2125
You can’t perform that action at this time.
0 commit comments