Sha256: 547b4d5586360860fc6d34d57e143f7091a9d95e13beb1231fa4617e60024d1e
Contents?: true
Size: 1.22 KB
Versions: 1
Compression:
Stored size: 1.22 KB
Contents
[![Build Status](https://travis-ci.org/bbatsov/rubocop.png?branch=master)](https://travis-ci.org/bbatsov/rubocop) # rubocop Ruby code style checker based on the [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide). ## Basic Usage Running `rubocop` with no arguments will check all Ruby source files in the current folder: ```bash $ rubocop ``` Alternatively you can `rubocop` a list of files and folders to check: ```bash $ rubocop app spec lib/something.rb ``` ## Contributing to Rubocop * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it. * Fork the project. * Start a feature/bugfix branch. * Commit and push until you are happy with your contribution. * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. ## Copyright Copyright (c) 2012 Bozhidar Batsov. See LICENSE.txt for further details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubocop-0.2.0 | README.md |