Sha256: 3f720f2037740b71eed0e27b45df08aad55b2ade4a23f9a7f72406c5ef0cb081

Contents?: true

Size: 905 Bytes

Versions: 2

Compression:

Stored size: 905 Bytes

Contents

# Reevoocop

20% MonkeyPatch
80% YAML
100% Style

## Installation

Add this line to your application's Gemfile:

    gem 'reevoocop', require: false

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install reevoocop

## Usage

In a Rakefile
```ruby
require 'reevoocop/rake_task'
ReevooCop::RakeTask.new(:reevoocop)
```

In your shell
```
$ reevoocop
```

## Configuring / Contributing

1. You can't configure this, thats the point.
2. If you need to change our style guidelines, update the `lib/reevoocop.yml` file and open a pull request.
3. If you have a good reason to break the guidelines, you can [switch of the cop in question for the code in question, like this](https://github.com/bbatsov/rubocop#disabling-cops-within-source-code)
4. Please don't open a pull request unless you work at reevoo, if you don't but would like to [look at our website](http://reevoo.github.io/)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
reevoocop-0.0.3 README.md
reevoocop-0.0.2 README.md