Ruby Coding Standard

Ruby coding standard focused on reducing unnecessary changes, consistency, and developer's happiness.

Installation

Add this line to your application's Gemfile:

gem 'ruby_coding_standard'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ruby_coding_standard

Usage

Add to your .rubocop.yml file

inherit_gem:
  ruby_coding_standard: .rubocop.yml