Sha256: 3f006b888790b060357cd074c4f8883712c65e9d4bee6a164a4c227d60cce6ab

Contents?: true

Size: 748 Bytes

Versions: 10

Compression:

Stored size: 748 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
```

```sh
bundle exec rubocop <options...>
```

## Installation

Add this line to your application's Gemfile:

```ruby
gem "onkcop"
```

## 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

10 entries across 10 versions & 1 rubygems

Version Path
onkcop-0.42.0.1 README.md
onkcop-0.42.0.0 README.md
onkcop-0.41.1.0 README.md
onkcop-0.40.0.0 README.md
onkcop-0.39.0.0 README.md
onkcop-0.38.0.0 README.md
onkcop-0.37.1.0 README.md
onkcop-0.37.0.0 README.md
onkcop-0.36.0.1 README.md
onkcop-0.36.0.0 README.md