wp-plugin-installer/.codeclimate.yml
2022-10-25 10:45:03 +02:00

21 lines
294 B
YAML

---
ratings:
paths:
- "**.php"
checks:
file-lines:
enabled: true
config:
threshold: 500
method-complexity:
enabled: true
config:
threshold: 10
method-count:
enabled: true
config:
threshold: 50
method-lines:
config:
threshold: 75