Skip to content

Commit

Permalink
Remove Code Climate badge from the README
Browse files Browse the repository at this point in the history
Code Climate score went from the max 4.0 to a lousy 1.0 for no
reason, when no changes were committed to the project.

I don't like to remove transparency like this, but this could be seen
as project quality decreasing, while there was nothing changed.
I am semi-temporarily removing this until I take the time to
investigate on what happened (if I ever do so, life is short).

I also became frustrated with Code Climate deciding to use their ESLint
configuration for linting while this project was using another
configuration (ant not using ESLint!). Again, maybe I'll re-add later,
if I think such metric is actually relevant (it did find some unused
variables and missing semicolons, so I would like to add it back).
  • Loading branch information
astorije committed Jun 10, 2016
1 parent bb49b6d commit c8c6a1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![Build Status](https://travis-ci.org/astorije/chai-immutable.svg?branch=master)](https://travis-ci.org/astorije/chai-immutable)
[![Build Status](https://ci.appveyor.com/api/projects/status/407ts84pq7wd4kt9/branch/master?svg=true)](https://ci.appveyor.com/project/astorije/chai-immutable/branch/master)
[![Coverage Status](https://coveralls.io/repos/astorije/chai-immutable/badge.svg)](https://coveralls.io/r/astorije/chai-immutable)
[![Code Climate](https://codeclimate.com/github/astorije/chai-immutable/badges/gpa.svg)](https://codeclimate.com/github/astorije/chai-immutable)
[![devDependency Status](https://david-dm.org/astorije/chai-immutable/dev-status.svg)](https://david-dm.org/astorije/chai-immutable#info=devDependencies)
[![peerDependency Status](https://david-dm.org/astorije/chai-immutable/peer-status.svg)](https://david-dm.org/astorije/chai-immutable#info=peerDependencies)

Expand Down

0 comments on commit c8c6a1a

Please sign in to comment.