grunt-simple-nyc
Version:
A grunt wrapper for nyc
29 lines (28 loc) • 438 B
YAML
version: "2"
plugins:
eslint:
enabled: true
channel: "eslint-3"
config:
config: '.eslint.json'
duplication:
enabled: true
config:
languages:
- javascript
checks:
method-lines:
config:
threshold: 40
method-complexity:
config:
threshold: 6
exclude_patterns:
- ".*"
- ".*.*"
- "test/**/*.js"
- "test/**/*.coffee"
- "*.json"
- "**/*.md"
- "*.js"
- "LICENSE"