From 06c87f7202b9d8df37cb39bb1157e34644b21584 Mon Sep 17 00:00:00 2001 From: GordonDiggs Date: Mon, 11 Jan 2016 18:34:05 -0500 Subject: [PATCH] Tweak Code Climate Config - Add duplication engine - Rate checks file --- .codeclimate.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 83f4e1f09..1acff4fbf 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,8 +1,14 @@ engines: eslint: enabled: true + duplication: + enabled: true + config: + languages: + - javascript ratings: paths: - - "bin/eslint.js" + - bin/eslint.js + - lib/checks.js" exclude_paths: - "node_modules/**"