From 70a1e70b74b9a93f9fd27f78584e550ebe515939 Mon Sep 17 00:00:00 2001 From: Chuan-Zheng Lee Date: Sun, 21 Jul 2019 15:44:22 +0200 Subject: [PATCH] Relax some Code Climate maintainability settings --- .codeclimate.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 4aff6738928..20b46c9093a 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,4 +1,11 @@ --- +checks: + file-lines: + config: + threshold: 600 + method-complexity: + config: + threshold: 8 engines: csslint: enabled: true