From fafb421a51fe7e8bf94bf460060f0ee7a4da9bc2 Mon Sep 17 00:00:00 2001 From: Mackenzie Date: Tue, 17 May 2016 13:47:33 -0400 Subject: [PATCH] Add code climate to README Our code climate score is *abysmal*, but now that I've been using it in my job for a few months, I have some ideas how to improve it. It's all about clean code (check out the book of that name from your local library) and readability. So let's add the grade to the README, and I'll figure out how to set it up so that Code Climate is run on pull requests automatically (telling us whether things are going to get better or worse with every PR). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3cfb101b..18eeb2baa 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://travis-ci.org/Growstuff/growstuff.png)](https://travis-ci.org/Growstuff/growstuff) [![Coverage Status](https://coveralls.io/repos/Growstuff/growstuff/badge.png)](https://coveralls.io/r/Growstuff/growstuff) +[![Code Climate](https://codeclimate.com/github/Growstuff/growstuff/badges/gpa.svg)](https://codeclimate.com/github/Growstuff/growstuff) Welcome to the Growstuff project.