Use upstream cop FactoryBot/ExcessiveCreateList from FactoryBot gem
Context
In !186 (merged), we added the RSpec/FactoryBot/ExcessiveCreateList Rubocop Cop
, which we upstreamed in https://github.com/rubocop/rubocop-factory_bot/pull/83.
https://github.com/rubocop/rubocop-factory_bot/pull/83 is now merged, and we can use this Cop instead of the one we added to our codebase by using rubocop-factory_bot (2.25.0)
.
What does this MR do and why?
Use the upstream version of the RSpec/FactoryBot/ExcessiveCreateList
Rubocop Cop
Edited by David Dieulivol