Sha256: 6258a55af4c566a0237c2c3dfc66a0c66fed3f50f6e9e5df401f56ed7092d0f2

Contents?: true

Size: 566 Bytes

Versions: 16

Compression:

Stored size: 566 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
require:
  - rubocop-standard
```

## The Cops

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

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rubocop-standard-4.2.0 README.md
rubocop-standard-4.1.0 README.md
rubocop-standard-4.0.4 README.md
rubocop-standard-4.0.3 README.md
rubocop-standard-4.0.2 README.md
rubocop-standard-4.0.1 README.md
rubocop-standard-4.0.0 README.md
rubocop-standard-3.2.0 README.md
rubocop-standard-3.1.2 README.md
rubocop-standard-3.1.1 README.md
rubocop-standard-3.1.0 README.md
rubocop-standard-3.0.0 README.md
rubocop-standard-2.1.1 README.md
rubocop-standard-2.1.0 README.md
rubocop-standard-2.0.1 README.md
rubocop-standard-2.0 README.md