From dcf5723d489698fa091219d91e16bb781793a5fe 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 15:59:17 +0200
Subject: [PATCH] adjust complexity

---
 .codeclimate.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.codeclimate.yml b/.codeclimate.yml
index 423ae67b..4a3d5f71 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -18,3 +18,13 @@ exclude_paths:
 ratings:
   paths:
     - satella/**
+checks:
+  argument-count:
+    config:
+      threshold: 10
+  method-complexity:
+    config:
+      threshold: 15
+  method-count:
+    config:
+      threshold: 70
-- 
GitLab