Build Status

rubocop

Ruby code style checker based on the Ruby Style Guide.

Basic Usage

Running rubocop with no arguments will check all Ruby source files in the current folder:

$ rubocop

Alternatively you can rubocop a list of files and folders to check:

$ rubocop app spec lib/something.rb

Copyright (c) 2012-2013 Bozhidar Batsov. See LICENSE.txt for further details.