timestring/.codeclimate.yml
2017-04-22 13:34:41 +01:00

27 lines
345 B
YAML

engines:
eslint:
enabled: true
channel: eslint-3
duplication:
enabled: true
config:
languages:
- javascript
fixme:
enabled: true
config:
strings:
- TODO
- FIXME
ratings:
paths:
- index.js
exclude_paths:
- "*.md"
- LICENSE
- package.json
- test.js
- yarn.lock