Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/traitify/rubocop-traitify

Default Rubocop config for Traitify
https://github.com/traitify/rubocop-traitify

hacktoberfest

Last synced: about 1 month ago
JSON representation

Default Rubocop config for Traitify

Awesome Lists containing this project

README

        

# RuboCop Traitify

Traitify's default configuration for [RuboCop](https://github.com/rubocop-hq/rubocop).

## Installation

```
gem "rubocop-traitify"
```

## Usage

Add the following to `.rubocop.yml`

```
inherit_gem:
rubocop-traitify: .rubocop_traitify.yml
```

## Credit

Heavily influenced by (as well as dependent on) Airbnb's [configuration/plugin](https://github.com/airbnb/ruby)