wp-plugin-installer/.codeclimate.yml

22 lines
294 B
YAML
Raw Permalink Normal View History

2022-10-25 10:38:22 +02:00
---
ratings:
paths:
- "**.php"
checks:
2022-10-25 10:45:03 +02:00
file-lines:
enabled: true
config:
threshold: 500
method-complexity:
enabled: true
config:
threshold: 10
method-count:
enabled: true
2022-10-25 10:38:22 +02:00
config:
threshold: 50
2022-10-25 10:45:03 +02:00
method-lines:
config:
threshold: 75