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"