A ruby-style guide and supporting Rubocop configs.
Bundle the gem.
gem "much-style-guide", "~> x.x.x", require: false
It is recommended you lock into only getting patch release updates and explicitly upgrade non-patch releases as configuration additions won't be made in patch releases.
Then run Rubocop like you normally would, e.g.:
$ rubocop
- Rubocop version
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am "Added some feature"
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request