This repository provides recommended RuboCop configuration and additional Cops for use on Springest open source and internal Ruby projects.
All additional cops are from rubocop-github.
Gemfile
gem "rubocop-springest"
.rubocop.yml
require: rubocop-performance
inherit_gem:
rubocop-springest:
- config/default.yml
- config/rails.yml
All cops are located under lib/rubocop/cop/github
, and contain examples/documentation.