This project's support has been ceased. No future fixes or pull requests are planned.
CMake is required to build Rugged gem. On Mac you can install it with command:
brew install cmake
Add this line to your application's Gemfile:
gem 'codegrade'
And then execute:
$ bundle
Or install it yourself as:
$ gem install codegrade
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
- Fork it ( https://github.com/visualitypl/codegrade/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request