Skip to content

Commit

Permalink
build: add rubocop-factory_bot
Browse files Browse the repository at this point in the history
  • Loading branch information
yetti committed Jun 18, 2024
1 parent fe11410 commit cdcc002
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ group :development, :test do
gem "rubocop-rspec", require: false
gem "rubocop-performance", require: false
gem "rubocop-capybara", require: false
gem "rubocop-factory_bot", require: false

gem "solr_wrapper", ">= 0.3"

gem "rspec-rails", "~> 6.1"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,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 @@ -646,6 +648,7 @@ DEPENDENCIES
rsolr (>= 1.0, < 3)
rspec-rails (~> 6.1)
rubocop-capybara
rubocop-factory_bot
rubocop-performance
rubocop-rails
rubocop-rspec
Expand Down

0 comments on commit cdcc002

Please sign in to comment.