Skip to content

Code style checking for Springest Ruby repositories

License

Notifications You must be signed in to change notification settings

Springest/rubocop-springest

 
 

Repository files navigation

RuboCop Springest

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.

Installation

Gemfile

gem "rubocop-springest"

.rubocop.yml

require: rubocop-performance

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

The Cops

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

About

Code style checking for Springest Ruby repositories

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%