mirror of
https://github.com/oblakstudio/wp-plugin-installer.git
synced 2025-11-13 14:05:53 +08:00
21 lines
294 B
YAML
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
|
|
|