increase tolerance
parent
6455591fa8
commit
1d10b54882
|
|
@ -2,13 +2,13 @@ version: "2"
|
||||||
checks:
|
checks:
|
||||||
file-lines:
|
file-lines:
|
||||||
config:
|
config:
|
||||||
threshold: 1000
|
threshold: 1500
|
||||||
method-complexity:
|
method-complexity:
|
||||||
config:
|
config:
|
||||||
threshold: 15
|
threshold: 20
|
||||||
method-lines:
|
method-lines:
|
||||||
config:
|
config:
|
||||||
threshold: 300
|
threshold: 500
|
||||||
exclude_patterns:
|
exclude_patterns:
|
||||||
- "cypress/"
|
- "cypress/"
|
||||||
- "**/node_modules/"
|
- "**/node_modules/"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue