Sha256: 9e42f5c4bb1c97dd1627a1db72ac25cd17dde60f9eb67b37e806f653cff5a510

Contents?: true

Size: 431 Bytes

Versions: 1

Compression:

Stored size: 431 Bytes

Contents

# RuboCop GitHub

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

## Installation

**Gemfile**

``` ruby
gem "rubocop-github"
```

**.rubocop.yml**

``` yaml
inherit_gem:
  rubocop-github: config/default.yml
```

## The Cops

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-github-0.1.0 README.md