Sha256: 22bfef0c42fe980a4e3ef41aecd0b40cd75d8bc74b178d0dc21930f97624a576
Contents?: true
Size: 820 Bytes
Versions: 1
Compression:
Stored size: 820 Bytes
Contents
# onkcop [![Gem Version](https://badge.fury.io/rb/onkcop.svg)](https://badge.fury.io/rb/onkcop) OnkCop is a RuboCop configration gem. [rubocop のしつけ方 - onk.ninja](http://blog.onk.ninja/2015/10/27/rubocop-getting-started) ## Usage Add the following directive to your `.rubocop.yml`: ```yaml inherit_gem: onkcop: "config/rubocop.yml" AllCops: TargetRubyVersion: 2.3 # Rails: # Enabled: true ``` ```sh bundle exec rubocop <options...> ``` ## Installation Add this line to your application's Gemfile: ```ruby group :development do gem "onkcop", require: false end ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/onk/onkcop. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
onkcop-0.43.0.0 | README.md |