From 00a896004abb43b7638affc747688863fcab4499 Mon Sep 17 00:00:00 2001 From: Yewolf Date: Fri, 11 Aug 2023 13:19:55 +0200 Subject: [PATCH] fix(cc): checks thresholds --- .codeclimate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 0ad2cd8..25fa72f 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -11,13 +11,13 @@ checks: threshold: 1000 method-complexity: config: - threshold: 7 + threshold: 50 method-count: config: threshold: 50 method-lines: config: - threshold: 50 + threshold: 100 nested-control-flow: config: threshold: 4