From f2b970034583826175da7461c70ae8bc5b97c32b Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Sat, 17 Jun 2017 15:20:19 +0200 Subject: [PATCH] chore(codeclimate): update mass_threshold for the duplication engine --- .codeclimate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index b6deabfde..84d9c8eda 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -12,7 +12,8 @@ engines: enabled: true config: languages: - - javascript + javascript: + mass_threshold: 80 eslint: enabled: true config: