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.
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