From 2689ce203f88b3e496ec56591d15714236e05fb6 Mon Sep 17 00:00:00 2001 From: Juho Rautioaho Date: Sun, 28 Oct 2018 00:59:42 +0900 Subject: [PATCH] feat(env): make codeclimate conform to rule of three --- .codeclimate.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index ca8200f032..e1f27889b9 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -30,9 +30,13 @@ checks: identical-code: config: threshold: 25 +plugins: + duplication: + enabled: true + config: + count_threshold: 3 exclude_patterns: - "**/test/*" - "**/dist/*" - "**/*.dist.js" - "**/templates/*" - \ No newline at end of file