From: Jukka Kurkela Date: Sat, 6 Feb 2021 13:40:39 +0000 (+0200) Subject: Codeclimate: Cognitive Complexity threshold 5->6 (#8391) X-Git-Tag: v3.0.0-beta.11~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6737cb0de6334231f0d8743456983cc79fc7e8f1;p=thirdparty%2FChart.js.git Codeclimate: Cognitive Complexity threshold 5->6 (#8391) --- diff --git a/.codeclimate.yml b/.codeclimate.yml index 0b8340feb..4377f06ea 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/"