This gem checks the style for Rails projects.
- bump the version number lib/konvenit_style/version.rb
VERSION = "1.16.4"
- commit the changes and push to master
git commit -am "v1.16.4" # Version number is 1.16.4
git push
- Tag the new release
git tag -a v1.16.4 -m "Changes TODO"
git push origin v1.16.4
Add this line to your Gemfile:
gem "konvenit_style", git: "[email protected]:konvenit/konvenit_style.git", require: false
add the following to the top of your .rubocop.yml
file:
inherit_gem:
konvenit_style: rails/rubocop.yml