Align codeclimate.yml (#556)

This commit is contained in:
Jaco
2021-12-13 07:30:10 +01:00
committed by GitHub
parent 6a515a1c53
commit 0961a69b34
+14
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"