From fd1c46628c19f33abeb3d41b640294915bce7edb Mon Sep 17 00:00:00 2001 From: collerek Date: Tue, 23 Mar 2021 09:22:28 +0100 Subject: [PATCH] adjust codeclimat settings --- .codeclimate.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 4872210..6ce95d2 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -6,6 +6,12 @@ checks: argument-count: config: threshold: 6 + method-count: + config: + threshold: 25 + method-length: + config: + threshold: 35 file-lines: config: threshold: 500