From a186b3aec783ef99f3e7c5fa01a9ac0fd066a6fb Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Sat, 13 Jan 2018 17:02:48 -0500 Subject: [PATCH] chore: remove codeclimate --- .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 d76703a..0000000 --- a/.codeclimate.yml +++ /dev/null @@ -1,17 +0,0 @@ -engines: - eslint: - enabled: true - config: - config: .eslintrc.js - duplication: - enabled: true - exclude_paths: - - test/**/* - config: - languages: - - javascript -ratings: - paths: - - src/**/*.js - - test/*.js - - test/helpers/*.js diff --git a/README.md b/README.md index 71f4951..7fc3aa7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ Also provides [release rules](https://github.com/vanduynslagerp/sr-commit-analyz [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![Travis](https://img.shields.io/travis/vanduynslagerp/conventional-changelog-metahub.svg)](https://travis-ci.org/vanduynslagerp/conventional-changelog-metahub) -[![Code Climate](https://img.shields.io/codeclimate/github/vanduynslagerp/conventional-changelog-metahub.svg)](https://codeclimate.com/github/vanduynslagerp/conventional-changelog-metahub) [![Codecov](https://img.shields.io/codecov/c/github/vanduynslagerp/conventional-changelog-metahub.svg)](https://codecov.io/gh/vanduynslagerp/conventional-changelog-metahub) Commit types originally from: