Update some CC config (#2199)

This commit is contained in:
Adam Hopkins 2021-07-18 12:32:35 +03:00 committed by GitHub
parent 021da38373
commit 3492d180a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,3 +10,15 @@ exclude_patterns:
- "examples/"
- "hack/"
- "scripts/"
- "tests/"
checks:
argument-count:
enabled: false
file-lines:
config:
threshold: 1000
method-count:
config:
threshold: 40
complex-logic:
enabled: false