0.0
Repository is archived
No release in over a year
Provides a centralized location for CSA's commonly used RuboCop overrides.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

RuboCop CSA

Provides a centralized location for CSA's commonly used RuboCop overrides.

TODO

  • Add slim linting
  • Investigate multi-line for shoulda matchers (it { should...)

Usage

Rails Applications

Gemfile

gem 'rubocop-csa'
gem 'rubocop-faker'
gem 'rubocop-rails'
gem 'rubocop-rspec'

.rubocop.yml

inherit_gem:
  rubocop-csa:
    - config/rails.yml

Ruby Gems

Gemfile

gem 'rubocop-csa'
gem 'rubocop-faker'
gem 'rubocop-rspec'

.rubocop.yml

inherit_gem:
  rubocop-csa:
    - config/gems.yml

Other Ruby code

Gemfile

gem 'rubocop-csa'

.rubocop.yml

inherit_gem:
  rubocop-csa:
    - config/default.yml