Low commit activity in last 3 years
No release in over a year
Code style checking for Springest Ruby repositories
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.7
~> 5.10
~> 12.0

Runtime

 Project Readme

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.