1
0
Fork 0
js-utils/.codeclimate.yml

26 lines
393 B
YAML
Raw Normal View History

version: "2"
exclude_patterns:
2019-09-23 13:13:44 +00:00
- CHANGELOG.md
2019-09-17 13:49:35 +00:00
- docs/api/
2019-09-28 20:23:34 +00:00
- docs/dev/style.md
- src/migration/
- vendor/
plugins:
duplication:
enabled: true
config:
languages:
typescript:
mass_threshold: 120
fixme:
enabled: true
markdownlint:
enabled: true
shellcheck:
enabled: true
tslint:
enabled: true
2019-09-28 20:23:34 +00:00
config: config/tslint.cc.json