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.
This commit is contained in:
@@ -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"
|
||||
@@ -1,7 +1,6 @@
|
||||
<a name="README">[<img src="https://rawgithub.com/jasmine/jasmine/master/images/jasmine-horizontal.svg" width="400px" />](http://jasmine.github.io)</a>
|
||||
|
||||
[](https://travis-ci.org/jasmine/jasmine)
|
||||
[](https://codeclimate.com/github/jasmine/jasmine)
|
||||
|
||||
=======
|
||||
|
||||
|
||||
Reference in New Issue
Block a user