From d2e3dbdf6de15033049a1f608561981b7a5526f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Fri, 4 Jun 2021 17:42:25 +0200 Subject: [PATCH] fix code climate's maximum file length --- .codeclimate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 28f5ed37..50d749d9 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -27,3 +27,7 @@ checks: method-count: config: threshold: 85 + file-lines: + enabled: true + config: + threshold: 700 -- GitLab