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

24 lines
370 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/
- 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
config: config/tslint.cc.json