increase tolerance

deepsource-autofix-76c6eb20
Dan Gowans 2022-10-19 09:46:10 -04:00
parent 6455591fa8
commit 1d10b54882
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@ version: "2"
checks:
file-lines:
config:
threshold: 1000
threshold: 1500
method-complexity:
config:
threshold: 15
threshold: 20
method-lines:
config:
threshold: 300
threshold: 500
exclude_patterns:
- "cypress/"
- "**/node_modules/"