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.