Skip to content

Unify Rails development style across rails projects

License

Notifications You must be signed in to change notification settings

ZeusWPI/rails_style

Repository files navigation

rails_style

Unify Rails development style across rails projects. Inspired by percy-style.

Installation

Add to your Gemfile:

group :development, :test do
  gem 'rails_style', github: 'ZeusWPI/rails_style'
end

Run

bundle install

Usage

Automatic

Run

rake rails_style:install

Manual

Create a .rubocop.yml file with:

inherit_gem:
  rails_style:
    - default.yml

When adding this to a new project, run bundle exec rubocop --auto-gen-config to start with a "clean" slate.

Run

bundle exec rubocop

About

Unify Rails development style across rails projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages