Skip to content

Adds Rake Tasks that run tests, check for security issues, and analyze code quality

License

Notifications You must be signed in to change notification settings

tomciopp/sanity_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SanityCheck

Sanity Check runs your test suite, rails_best_practices, and brakeman with one rake task.

Installation

Add this line to your application's Gemfile:

gem 'sanity_check', group: :development

And then execute:

$ bundle

Or install it yourself as:

$ gem install sanity_check

Usage

$ rake sanity:check

Contributing

  1. Fork it ( https://github.com/[my-github-username]/sanity_check/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

About

Adds Rake Tasks that run tests, check for security issues, and analyze code quality

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages