Files
pezkuwi-ui/.codeclimate.yml
T
2021-12-13 08:30:10 +02:00

18 lines
258 B
YAML

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"