Chart.js/.codeclimate.yml
Jukka Kurkela 8f98515f45
Refactor radialLinear scale and renderText helper (#9276)
* Refactor radialLinear scale and renderText helper
* Undo the big move to make review possible
2021-06-18 14:12:27 -04:00

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"
- ".*"