gitbeaker/.codeclimate.yml
2018-09-05 11:50:59 -04:00

22 lines
302 B
YAML

engines:
tslint:
enabled: true
config: tslint.yml
shellcheck:
enabled: true
duplication:
enabled: true
config:
languages:
typescript:
mass_threshold: 65
ratings:
paths:
- "**.ts"
exclude_paths:
- node_modules
- typings
- coverage
- dist