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

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

Code style checking for Good Dog Design Ruby repositories
https://github.com/gooddog/rubocop-gooddog

rails rubocop ruby

Last synced: 2 months ago
JSON representation

Code style checking for Good Dog Design Ruby repositories

Awesome Lists containing this project

README

          

# RuboCop Good Dog
[![Gem Version](https://badge.fury.io/rb/rubocop-gooddog.svg)](https://badge.fury.io/rb/rubocop-gooddog)

This repository provides preferred RuboCop configuration to use for the basis of Ruby projects at Good Dog Design.

## Usage

**Gemfile**

``` ruby
gem "rubocop-gooddog"
gem "rubocop-performance", require: false
gem "rubocop-rails", require: false
```

**.rubocop.yml**

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