1
0
mirror of synced 2025-12-19 17:17:05 -05:00
Files
network-vis-chart/.codeclimate.yml
2023-08-16 16:00:55 +02:00

19 lines
327 B
YAML

version: "2"
checks:
method-lines:
config:
threshold: 100
method-complexity:
config:
threshold: 10
similar-code:
config:
threshold: 65
identical-code:
config:
threshold: 65
exclude_patterns:
- "src/**/*.test.ts"
- "src/**/*.test.tsx"
- "*config*"
- "test/**/__fixtures__"