645310cff6
Co-authored-by: L. Karkkainen <tronic@users.noreply.github.com> Co-authored-by: Stephen Sadowski <stephen.sadowski@sjsadowski.com>
26 lines
422 B
YAML
26 lines
422 B
YAML
exclude_patterns:
|
|
- "sanic/__main__.py"
|
|
- "sanic/reloader_helpers.py"
|
|
- "sanic/simple.py"
|
|
- "sanic/utils.py"
|
|
- ".github/"
|
|
- "changelogs/"
|
|
- "docker/"
|
|
- "docs/"
|
|
- "examples/"
|
|
- "hack/"
|
|
- "scripts/"
|
|
- "tests/"
|
|
checks:
|
|
argument-count:
|
|
enabled: false
|
|
file-lines:
|
|
config:
|
|
threshold: 1000
|
|
method-count:
|
|
config:
|
|
threshold: 40
|
|
complex-logic:
|
|
config:
|
|
threshold: 10
|