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/"