TD Critic

Gem Version Build Status License

Your ruby SUX!

Critic
-- One who forms and expresses judgments of the merits, faults, value, or truth of a matter.

TD Critic is a gem that specializes in judging your coding style.




Installation

Add this to your application's Gemfile:

gem 'td_critic'

Usage

Add the following line to your rubocop config

inherit_gem:
  td_critic: rubocop.yml

You can use the rubocop rake task to run rubocop on only the recently changed files (by Yury Lebedev)

bundle exec rake rubocop