Sha256: 0f65e9be3859b06bfd81679bb5c3ac7f35871e8a22c00f8e06ec259e8691ff87

Contents?: true

Size: 791 Bytes

Versions: 5

Compression:

Stored size: 791 Bytes

Contents

# RakeCheck

Checking the Project for Code Smells and bad documentation

[![Build Status](https://secure.travis-ci.org/TBAA/rake_check.png)](http://travis-ci.org/TBAA/rake_check)
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/TBAA/rake_check)

## Installation

Add this line to your application's Gemfile:

    gem 'rake_check'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install rake_check

## Usage

Put this in your Rakefile:

require 'rake_check'
load 'rake_check/tasks/check.rake'

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rake_check-0.4.2 README.md
rake_check-0.4.1 README.md
rake_check-0.4.0 README.md
rake_check-0.3.6 README.md
rake_check-0.3.5 README.md