Sha256: 44ce9a259f9b9afb68238e80b4bb2929c2995172952018fb66b06b7e98cae09d
Contents?: true
Size: 822 Bytes
Versions: 2
Compression:
Stored size: 822 Bytes
Contents
# Pludoni::Rubocop 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: ```ruby group :development, :test do gem 'pludoni-rubocop', git: 'https://github.com/pludoni/pludoni-rubocop.git', require: false end ``` ## Usage Add to ``.rubocop.yml``: ```yaml inherit_gem: pludoni-rubocop: - default.yml - rails.yml ``` If you have a ``.codeclimate.yml`` change it to match the Rubocop version: ```yaml # .codeclimate.yml plugins: rubocop: enabled: true channel: rubocop-1-37 ``` ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pludoni-rubocop-1.48.0 | README.md |
pludoni-rubocop-1.37.0 | README.md |