Skip to content

Commit

Permalink
Add rubocop-factory_bot
Browse files Browse the repository at this point in the history
  • Loading branch information
corylown committed Jun 17, 2024
1 parent 0e2d36c commit d4c41e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require:
- rubocop-rails
- rubocop-capybara
- rubocop-rspec_rails
- rubocop-factory_bot

AllCops:
Exclude:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ group :development, :test do
gem 'solr_wrapper', '>= 0.3'
gem 'rspec-rails', '~> 6.0'
gem 'rubocop', require: false
gem 'rubocop-factory_bot', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
gem 'rubocop-rspec', require: false
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,8 @@ GEM
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
Expand Down Expand Up @@ -556,6 +558,7 @@ DEPENDENCIES
rspec-rails (~> 6.0)
rubocop
rubocop-capybara
rubocop-factory_bot
rubocop-performance
rubocop-rails
rubocop-rspec
Expand Down

0 comments on commit d4c41e4

Please sign in to comment.