mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
22 lines
302 B
YAML
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 |