From a6e41f12b401345f9164e81366700fd5879edae5 Mon Sep 17 00:00:00 2001 From: zjorge96 Date: Wed, 1 Nov 2023 13:21:50 -0700 Subject: [PATCH] fix: updated duplication threshold for code climate winston issues --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 15987f48..426adc2a 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -4,4 +4,4 @@ plugins: config: languages: javascript: - mass_threshold: 45 \ No newline at end of file + mass_threshold: 130