RuboCop SCC

This repository provides recommended RuboCop configuration and additional Cops for use on Sequoia Capital China Ruby projects. Forked from github/rubocop-github.

Installation

Gemfile

gem "rubocop-scc", github: "sequoia-china/rubocop-scc"

.rubocop.yml

inherit_gem:
  rubocop-scc:
    - config/default.yml
    - config/rails.yml

The Cops

All cops are located under lib/rubocop/cop/sequoiacap, and contain examples/documentation.

(c) 2018 Sequoia Capital.