90e6d5e109 | ||
---|---|---|
config | ||
guides | ||
lib/rubocop/cop | ||
test | ||
.gitignore | ||
.rubocop.yml | ||
.travis.yml | ||
Gemfile | ||
LICENSE | ||
README.md | ||
Rakefile | ||
STYLEGUIDE.md | ||
rubocop-github.gemspec |
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
- config/rails.yml
The Cops
All cops are located under lib/rubocop/cop/github
, and contain examples/documentation.