mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
18 lines
258 B
YAML
18 lines
258 B
YAML
checks:
|
|
argument-count:
|
|
config:
|
|
threshold: 5
|
|
method-complexity:
|
|
config:
|
|
threshold: 7
|
|
method-count:
|
|
config:
|
|
threshold: 25
|
|
method-lines:
|
|
config:
|
|
threshold: 30
|
|
|
|
exclude_patterns:
|
|
- "**/*.spec.js"
|
|
- "**/*.spec.ts"
|