Sha256: 998e6a20e8fce7a417b985a96d0a3e0203ccb9892f290a0cfa7519467ca75966

Contents?: true

Size: 617 Bytes

Versions: 4

Compression:

Stored size: 617 Bytes

Contents

# RuboCop Standard [![Build Status](https://travis-ci.org/github/rubocop-standard.svg?branch=master)](https://travis-ci.org/github/rubocop-standard)

This repository provides recommended RuboCop configuration and additional Cops for use, based initially on GitHub open source and internal Ruby projects.

## Installation

**Gemfile**

``` ruby
gem "rubocop-standard"
```

**.rubocop.yml**

``` yaml
inherit_gem:
  rubocop-standard:
    - config/default.yml
    - config/rails.yml
```

## The Cops

All cops are located under [`lib/rubocop/cop/standard`](lib/rubocop/cop/standard), and contain examples/documentation.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubocop-standard-1.15.1 README.md
rubocop-standard-1.15.0 README.md
rubocop-standard-1.14.0 README.md
rubocop-standard-1.12.0 README.md