Project

rubochief

0.0
No commit activity in last 3 years
No release in over 3 years
Configuration files for rubocop to keep styles consistentacross multiple ruby projects
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.10
~> 11.0

Runtime

~> 0.52.1
 Project Readme

Gem Version

Rubochief

Keep your rubocop config in one place and share it across all your Ruby projects.

Installation

Add this line to your application's Gemfile:

gem 'rubochief'

And then execute:

$ bundle

Usage

Add the following to the top of .rubocop.yml in the route of your project.

inherit_gem:
  rubochief: .rubocop.yml

See https://github.com/bbatsov/ruby-style-guide for style recommendations and http://rubocop.readthedocs.io/en/latest/basic_usage/ for full instructions on how to use the rubocop gem.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Petecass/rubochief.

License

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