Code style checking for GitHub Ruby repositories
Ruby
Latest commit 0c12e05 Dec 9, 2016 @josh josh RuboCop GitHub 0.1.0
Permalink
Failed to load latest commit information.
config Use own rules Dec 10, 2016
lib/rubocop/cop Add require file Dec 10, 2016
test Add cop test Dec 10, 2016
.gitignore Add Gemfile Dec 10, 2016
.rubocop.yml Use own rules Dec 10, 2016
.travis.yml Add Travis config Dec 10, 2016
Gemfile Add Gemfile Dec 10, 2016
LICENSE Add LICENSE Dec 10, 2016
README.md Update inherit config usage Dec 10, 2016
Rakefile Add Rakefile Dec 10, 2016
rubocop-github.gemspec RuboCop GitHub 0.1.0 Dec 10, 2016

README.md

RuboCop GitHub

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

Installation

Gemfile

gem "rubocop-github"

.rubocop.yml

inherit_gem:
  rubocop-github: config/default.yml

The Cops

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