frc-frecon / frecon

An API for building scouting apps for FRC competitions
MIT License
3 stars 0 forks source link

CodeClimate, Badge Reordering #85

Closed rye closed 8 years ago

rye commented 8 years ago

Here is some work on bringing in CodeClimate for in-depth code quality analysis. This will give us a standard GPA rating for all of our files in the project as well as give us important metrics into any bad practices we might be doing.

Also included is some work on the README, moving badges around and adding some static badges.(e.g. the Fury.io badge which displays the Gem version) No functional changes are introduced besides the addition of CodeClimate reporting initialization code in the spec.

This PR connects to #83.

rye commented 8 years ago

This looks good to me, so I will :shipit:.