From 5fe09b9210c82ae3d0fe09885f12064edec06a21 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 2 Mar 2022 12:26:53 +0200 Subject: [PATCH] chore: Update codeclimate duplication mass threshold --- .codeclimate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 2b69548c1..53f299ddf 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -5,13 +5,13 @@ plugins: config: languages: javascript: - mass_threshold: 50 + mass_threshold: 80 identical-code: enabled: true config: languages: javascript: - mass_threshold: 50 + mass_threshold: 80 fixme: enabled: true nodesecurity: