Sha256: 8164227f254bc59c70a6e7b929766de486f8034e7d54cda83f8ad0b7e664de45

Contents?: true

Size: 435 Bytes

Versions: 3

Compression:

Stored size: 435 Bytes

Contents

# 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:

```ruby
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

```yml
inherit_gem:
  ruby_coding_standard: .rubocop.yml
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby_coding_standard-0.4.0 README.md
ruby_coding_standard-0.3.0 README.md
ruby_coding_standard-0.2.0 README.md