-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.moban.yaml
45 lines (43 loc) · 1010 Bytes
/
.moban.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
image:
name: coala-tslint-angular-image
version: 0.1
maintainer: jayvdb@gmail.com
python_version: 3.6
node_version: 10
parent: djangomobans/lint-image
npm:
- csscomb
- sass-lint
- tslint
- codelyzer
- tslint-eslint-rules
- eslint
- babel-eslint
- eslint-plugin-import
- typescript-eslint-parser eslint-plugin-typescript
- eslint-plugin-markdown
- eslint-plugin-html eslint-plugin-protractor
- typescript@3.1.1
- '@angular/compiler'
- '@angular/core'
- rxjs
- zone.js
omit:
expose: true
inherit:
cmd: true
requires:
- https://github.com/django-mobans/docker-mobans
configuration:
configuration: .moban.yaml
template_dir:
- 'docker-mobans:.moban.dt/'
targets:
- Dockerfile: Dockerfile.jj2
- .dockerfile_lint_rules.yaml: dockerfile_lint_rules.yaml.jj2
- .gitlab-ci.yml: gitlab-ci.yml.jj2
- .travis.yml: travis.yml.jj2
copy:
- .coafile: .coafile
- .gitignore: .gitignore
- hooks/build: hooks/build