mirror of
https://github.com/swift-server/RediStack.git
synced 2026-05-03 07:32:28 +00:00
40 lines
621 B
YAML
40 lines
621 B
YAML
version: "2"
|
|
checks:
|
|
argument-count:
|
|
config:
|
|
threshold: 6
|
|
complex-logic:
|
|
config:
|
|
threshold: 5
|
|
file-lines:
|
|
config:
|
|
threshold: 600
|
|
method-complexity:
|
|
config:
|
|
threshold: 6
|
|
method-count:
|
|
config:
|
|
threshold: 20
|
|
method-lines:
|
|
config:
|
|
threshold: 50
|
|
nested-control-flow:
|
|
config:
|
|
threshold: 4
|
|
return-statements:
|
|
enabled: false
|
|
similar-code:
|
|
config:
|
|
threshold: 40
|
|
identical-code:
|
|
config:
|
|
threshold: 40
|
|
exclude_patterns:
|
|
- "docs/"
|
|
- ".gitlab-ci/"
|
|
- "scripts/"
|
|
- "Tests/"
|
|
- "*.md"
|
|
- "*.resolved"
|
|
- "*.txt"
|