From 83c1e993683c0d74130d3b1c367665a3671617dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 1 Jul 2020 16:00:21 +0200 Subject: [PATCH] adjust complexity --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 4a3d5f71..86862bad 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -24,7 +24,7 @@ checks: threshold: 10 method-complexity: config: - threshold: 15 + threshold: 40 method-count: config: threshold: 70 -- GitLab