reviewdog / action-rubocop

Run rubocop with reviewdog 🐶
MIT License
115 stars 75 forks source link

Update example to use Bundler #97

Closed javierjulio closed 8 months ago

javierjulio commented 8 months ago

Since Rubocop has multiple gems, it's best to rely on Bundler to install them rather than not. Other popular gems like Rails use this Bundler feature to optimize their Rubocop workflows. This should be the preferred way to setup action-rubocop today to avoid issues like #92 and #83.

Closes #92

jakeonfire commented 6 months ago

updated link to rails' (now-removed on main) rubocop gh action: https://github.com/rails/rails/blob/v7.0.8.1/.github/workflows/rubocop.yml