datarockets / ruby-style

Shared rubocop configs and custom linters for datarockets projects
MIT License
10 stars 2 forks source link

Error: Property AutoCorrect of cop FactoryBot/CreateList is supposed to be a boolean and contextual is not. #279

Closed Set27 closed 2 months ago

Set27 commented 2 months ago

I got this error (Error: Property AutoCorrect of cop FactoryBot/CreateList is supposed to be a boolean and contextual is not.) installing gem on latest rails using - config/rspec.yml.

To fix it, we have to update rubocop to "~> 1.61" and "rubocop-rspec", "~> 3.0.1"

Set27 commented 2 months ago

Fix in 1.6.0