Simple HTML5 Charts using the <canvas> tag
version: "2"
plugins:
duplication:
enabled: true
config:
languages:
- javascript
fixme:
checks:
argument-count:
threshold: 5
method-complexity:
threshold: 7
exclude_patterns:
- "dist/"
- "docs/"
- "scripts/"
- "test/"
- "*.js"
- "*.json"
- "*.md"
- ".*"