mirror of
https://github.com/chartjs/Chart.js
synced 2025-04-29 15:57:22 +08:00

* Refactor radialLinear scale and renderText helper * Undo the big move to make review possible
26 lines
354 B
YAML
26 lines
354 B
YAML
version: "2"
|
|
plugins:
|
|
duplication:
|
|
enabled: true
|
|
config:
|
|
languages:
|
|
- javascript
|
|
fixme:
|
|
enabled: true
|
|
checks:
|
|
argument-count:
|
|
config:
|
|
threshold: 5
|
|
method-complexity:
|
|
config:
|
|
threshold: 7
|
|
exclude_patterns:
|
|
- "dist/"
|
|
- "docs/"
|
|
- "scripts/"
|
|
- "test/"
|
|
- "*.js"
|
|
- "*.json"
|
|
- "*.md"
|
|
- ".*"
|