From 0961a69b349609f6f5e0ac3ce4ae69e06950eb85 Mon Sep 17 00:00:00 2001 From: Jaco Date: Mon, 13 Dec 2021 07:30:10 +0100 Subject: [PATCH] Align codeclimate.yml (#556) --- .codeclimate.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 534a13e5..753c7981 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,17 @@ +checks: + argument-count: + config: + threshold: 5 + method-complexity: + config: + threshold: 7 + method-count: + config: + threshold: 25 + method-lines: + config: + threshold: 30 + exclude_patterns: - "**/*.spec.js" - "**/*.spec.ts"