From 3c6bdd35e0084ce352d5852754a352a3b8f3fdd2 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 26 Dec 2020 10:09:12 -0800 Subject: [PATCH] config adjustment --- .codeclimate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 32a42ef61..5ce6ca926 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -3,7 +3,7 @@ version: "2" checks: argument-count: config: - threshold: 4 + threshold: 7 complex-logic: config: threshold: 4 @@ -24,7 +24,7 @@ checks: threshold: 4 return-statements: config: - threshold: 4 + threshold: 5 similar-code: enabled: false plugins: