Dirty::Cop

Credit

A modification of skanev's gist, original found here: https://gist.github.com/skanev/9d4bec97d5a6825eaaf6

Installation

gem 'dirtycop'

And then execute:

$ bundle

Or install it yourself as:

$ gem install dirtycop

Usage

$ dirty

Contributing

  1. Fork it ( https://github.com/[my-github-username]/dirtycop/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request