timestring/.codeclimate.yml

27 lines
345 B
YAML
Raw Normal View History

2017-04-22 14:34:41 +02:00
engines:
eslint:
enabled: true
channel: eslint-3
duplication:
enabled: true
config:
languages:
- javascript
fixme:
enabled: true
config:
strings:
- TODO
- FIXME
ratings:
paths:
- index.js
2015-07-09 17:19:42 +02:00
exclude_paths:
2017-04-22 14:34:41 +02:00
- "*.md"
- LICENSE
- package.json
2016-01-15 11:00:12 +01:00
- test.js
2017-04-22 14:34:41 +02:00
- yarn.lock