-
Notifications
You must be signed in to change notification settings - Fork 76
/
.moban.yaml
68 lines (62 loc) · 1.97 KB
/
.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
overrides: .nocover.yaml
name: coala-quickstart
contact: [email protected]
description: A quickstart tool for coala
current_version: 0.4.0
version: 0.4.0
build_version: 0.4.0
package_module: coala_quickstart
url: https://github.com/coala/coala-quickstart
docs_dir: false
test_timeout: 60
maintainers: false
maintainer_list:
- Satwik Kansal
- Adrian Zatreanu
- Alexandros Dimos
- Adhityaa Chandrasekar
maintainer_emails:
entry_points:
console_scripts:
- coala-quickstart = coala_quickstart.coala_quickstart:main
dependencies:
- 'git+https://github.com/coala/coala#egg=coala'
- 'git+https://github.com/coala/coala-bears#egg=coala-bears'
- gemfileparser~=0.6.2
- pyjsparser~=2.4.5
requires:
- type: git
url: https://gitlab.com/jayvdb/mobans
branch: custom-travis-template
configuration:
template_dir:
- mobans:templates/
- mobans:assets/
configuration: .moban.yaml
configuration_dir: 'mobans:'
targets:
- Fudgefile: Fudgefile.jj2
- .ci/constants.ps1: constants.ps1.jj2
- .ci/deps.python-packages.ps1: fudge/deps.python-packages.ps1
- .ci/Fudge.ps1: fudge/Fudge.ps1
- .ci/Modules/FudgeTools.psm1: fudge/Modules/FudgeTools.psm1
- .ci/FudgeCI.ps1: fudge/FudgeCI.ps1
- .ci/FudgeGenerateFake.ps1: fudge/FudgeGenerateFake.ps1
- .ci/PrepareAVVM.ps1: fudge/PrepareAVVM.ps1
- .ci/FudgePostInstall.ps1: fudge/FudgePostInstall.ps1
- .ci/store_env_in_registry.py: ci/store_env_in_registry.py
- .gitignore: coala-gitignore.jj2
- .editorconfig: .editorconfig.jj2
- setup.py: coala-setup.py.jj2
- setup.cfg: setup.cfg.jj2
- requirements.txt: requirements.txt.jj2
- test-requirements.txt: test-requirements.txt.jj2
- coala_quickstart/VERSION: VERSION.jj2
- coala_quickstart/__init__.py: __init__.py.jj2
- .travis.yml: ci/coala-travis.yml.jj2
- .ci/appveyor.yml: ci/appveyor.yml.jj2
- .ci/run_with_env.cmd: run_with_env.cmd