0.0
The project is in a healthy, maintained state
Shared company Rubocop
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

Pludoni Rubocop

Gem Version

Rubocop shared Gem config for our company projects

Installation

Install the gem and add to the application's Gemfile by executing:

bundle add pludoni-rubocop --git https://github.com/pludoni/pludoni-rubocop.git

Or add manually to Gemfile:

group :development, :test do
  gem 'pludoni-rubocop', require: false
end

Usage

Add to .rubocop.yml:

inherit_gem:
  pludoni-rubocop:
    - default.yml
    - rails.yml
    - betterment.yml

If you have a .codeclimate.yml change it to match the Rubocop version:

# .codeclimate.yml
plugins:
  rubocop:
    enabled: true
    channel: rubocop-1-48

License

The gem is available as open source under the terms of the MIT License.