Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.
/ codegrade Public archive

Code grading tool with support for verifying commit message format as well as code style according to best practices for Ruby on Rails development

License

Notifications You must be signed in to change notification settings

visualitypl/codegrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

This project's support has been ceased. No future fixes or pull requests are planned.

Codegrade

Requirements

CMake is required to build Rugged gem. On Mac you can install it with command:

brew install cmake

Installation

Add this line to your application's Gemfile:

gem 'codegrade'

And then execute:

$ bundle

Or install it yourself as:

$ gem install codegrade

Usage

Run codegrade with no arguments to check your last git commit:

codegrade

Pass commit sha to check this specific commit:

codegrade 08ffde9e7100f27462cf24259ab89a9ed813a14d

or

codegrade 08ffde

Contributing

  1. Fork it ( https://github.com/visualitypl/codegrade/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

Code grading tool with support for verifying commit message format as well as code style according to best practices for Ruby on Rails development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages