chore: Updated codeclimate file

This commit is contained in:
Sibin Grasic 2022-10-25 10:45:03 +02:00
parent ea0609250a
commit dd2c9b1fec

View file

@ -3,6 +3,19 @@ ratings:
paths:
- "**.php"
checks:
method-lines:
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