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.
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.