Align codeclimate.yml (#246)

This commit is contained in:
Jaco
2021-12-09 12:06:16 +01:00
committed by GitHub
parent 27bef46818
commit 30385b85e4

View File

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