thoughtbot / factory_bot_rails

Factory Bot ♥ Rails
https://thoughtbot.com/services/ruby-on-rails
MIT License
3.07k stars 369 forks source link

Replace Rubocop with standard #383

Closed composerinteralia closed 4 years ago

composerinteralia commented 4 years ago

This PR includes 3 commits. It may make sense to review them separately, since the middle one is quite large.

Replace Rubocop with standard

Following an update to the thoughtbot guide, this commit removes Rubocop and replaces it with standard.

Run standardrb

This commit applies the changes from running standardrb --fix

Run standard on CI

To ensure we run standard before merging any PR, this commit adds standard to Travis CI.

Equivalent factory_bot PR: https://github.com/thoughtbot/factory_bot/pull/1404