From 50d94de82fa69663cdc11ff2c3f0bc4837ca7e12 Mon Sep 17 00:00:00 2001 From: Lars Kappert Date: Thu, 9 Mar 2017 18:14:29 +0100 Subject: [PATCH] Add .codeclimate.yml --- .codeclimate.yml | 22 ++++++++++++++++++++++ README.md | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..27dd89fa --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,22 @@ +engines: + duplication: + enabled: true + config: + languages: + - javascript + eslint: + enabled: true +ratings: + paths: + - "src/**.js" +exclude_paths: +- benchmark/ +- build/ +- dist/ +- examples/ +- node_modules/ +- test/ +- vendor/ +- "*.js" +- "*.json" +- "*.md" diff --git a/README.md b/README.md index bb81669e..47dd07f2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ [![Build Status](https://travis-ci.org/webpro/DOMtastic.png?branch=master)](https://travis-ci.org/webpro/DOMtastic) [![Coverage Status](https://coveralls.io/repos/github/webpro/DOMtastic/badge.svg)](https://coveralls.io/github/webpro/DOMtastic) ![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=MUcvSm9ES1VaYlpTMnk0NytOVDdML3FxRlJNM0VNR2RQdnBPMGduNUowZz0tLUNHWkJ4V2t0SXNqUkRRQUJjTWVnekE9PQ==--c64c417a0144336c1f174ecbe35b4801f82b74e0) -[![Code Climate](https://codeclimate.com/github/webpro/DOMtastic-release/badges/gpa.svg)](https://codeclimate.com/github/webpro/DOMtastic-release) +[![Code Climate](https://codeclimate.com/github/webpro/DOMtastic/badges/gpa.svg)](https://codeclimate.com/github/webpro/DOMtastic) ## Usage