mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
24 lines
333 B
YAML
24 lines
333 B
YAML
engines:
|
|
tslint:
|
|
enabled: true
|
|
config: tslint.json
|
|
shellcheck:
|
|
enabled: true
|
|
duplication:
|
|
enabled: true
|
|
config:
|
|
languages:
|
|
typescript:
|
|
mass_threshold: 70
|
|
count_threshold: 3
|
|
|
|
ratings:
|
|
paths:
|
|
- '**.ts'
|
|
|
|
exclude_paths:
|
|
- node_modules
|
|
- typings
|
|
- coverage
|
|
- dist
|