From eb9f525ecf4ce627058c147de80b9ae317d11c47 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sun, 28 Aug 2016 14:09:59 +1200 Subject: [PATCH] Add CodeClimate duplicate detection for JS Keep this in-line with framework and asset-admin configs --- .codeclimate.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index a31c8ff3..ec50aa1a 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -3,6 +3,12 @@ engines: enabled: true scss-lint: enabled: true + duplication: + enabled: true + config: + languages: + javascript: + mass_threshold: 100 ratings: paths: - client/src/**