From 0b5dce7d84fd869e11950620b6359b1e5c59ad82 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Thu, 7 Dec 2017 21:13:53 -0800 Subject: [PATCH] Removed CodeClimate badge & configuration CodeClimate's recommendations have been a mix of irrelevant and actively harmful for some time. The latest problem is that it applies length and complexity requirements equally to all functions whether they act as privacy scopes, namespaces, classes or just regular old functions. Static analysis tools are only worthwhile if their recommendations add enough value to offset the cost of slogging through them -- in other words, if the signal to noise ratio is high enough. CodeClimate hasn't carried its own weight for a long time, and it's only gotten worse with each recent update. --- .codeclimate.yml | 17 ----------------- README.md | 1 - 2 files changed, 18 deletions(-) delete mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml deleted file mode 100644 index 468ed1e4..00000000 --- a/.codeclimate.yml +++ /dev/null @@ -1,17 +0,0 @@ -languages: - JavaScript: true -ratings: - paths: - - "src/**/*.js" -exclude_paths: -- "spec/**/*.js" -- "lib/**" -- "dist/*" -- "grunt/**" -- "images/*" -- "**/*.md" -- "**/*.yml" -- "**/*.json" -- "**/*.scss" -- "**/*.erb" -- "*.sh" diff --git a/README.md b/README.md index 01196ada..456991d2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ [](http://jasmine.github.io) [![Build Status](https://travis-ci.org/jasmine/jasmine.svg?branch=master)](https://travis-ci.org/jasmine/jasmine) -[![Code Climate](https://codeclimate.com/github/jasmine/jasmine.svg)](https://codeclimate.com/github/jasmine/jasmine) =======