From 6737cb0de6334231f0d8743456983cc79fc7e8f1 Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Sat, 6 Feb 2021 15:40:39 +0200 Subject: [PATCH] Codeclimate: Cognitive Complexity threshold 5->6 (#8391) --- .codeclimate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 0b8340feb58..4377f06ea28 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -7,6 +7,10 @@ plugins: - javascript fixme: enabled: true +checks: + method-complexity: + config: + threshold: 6 exclude_patterns: - "dist/" - "docs/"