@@ -3,27 +3,27 @@ checks:
argument-count:
enabled: false
config:
- threshold: 6
+ threshold: 10
complex-logic:
- threshold: 4
file-lines:
- threshold: 250
+ threshold: 5000
method-complexity:
- threshold: 5
+ threshold: 20
method-count:
- threshold: 20
+ threshold: 50
method-lines:
- threshold: 25
+ threshold: 250
nested-control-flow: