Skip to content

konvenit/konvenit_style

Repository files navigation

KonvenitStyle CI

This gem checks the style for Rails projects.

create a new version

  1. bump the version number lib/konvenit_style/version.rb
  VERSION = "1.16.4"
  1. commit the changes and push to master
git commit -am "v1.16.4" # Version number is 1.16.4
git push
  1. Tag the new release
git tag -a v1.16.4 -m "Changes TODO"
git push origin v1.16.4

Installation

Add this line to your Gemfile:

gem "konvenit_style", git: "git@github.com:konvenit/konvenit_style.git", require: false

Usage

add the following to the top of your .rubocop.yml file:

inherit_gem:
  konvenit_style: rails/rubocop.yml

About

konvenit style checker for Rails projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages