Sha256: c17506c200f4dd2569044431327a4cab0772101d238e6d1273217b7be6f9231f

Contents?: true

Size: 593 Bytes

Versions: 8

Compression:

Stored size: 593 Bytes

Contents

# RuboCop Springest

This repository provides recommended RuboCop configuration and additional Cops
for use on Springest open source and internal Ruby projects.

All additional cops are from [rubocop-github](https://github.com/github/rubocop-github/).

## Installation

**Gemfile**

``` ruby
gem "rubocop-springest"
```

**.rubocop.yml**

``` yaml
require: rubocop-performance

inherit_gem:
  rubocop-springest:
    - config/default.yml
    - config/rails.yml
```

## The Cops

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rubocop-springest-0.7.5 README.md
rubocop-springest-0.7.4 README.md
rubocop-springest-0.7.3 README.md
rubocop-springest-0.7.2 README.md
rubocop-springest-0.7.1 README.md
rubocop-springest-0.7.0 README.md
rubocop-springest-0.6.9 README.md
rubocop-springest-0.6.8 README.md