forked from coala/coala-bears
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.moban.yaml
182 lines (174 loc) · 4.3 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
overrides: .nocover.yaml
name: coala-bears
description: "Bears for coala (Code Analysis Application)"
build_version: 0.12.0.dev99999999999999
current_version: 0.12.0.dev
version: 0.12.0.dev
release: 0.12.0.dev
test_py36: false
branch: master
package_module: bears
docs_source_dir: API
docs_dir: docs
test_prevent_skips: false
lint_command: false
appveyor_global_environment:
# Needed for Julia
JL_PKG: CoalaBears
JULIA_PROJECT: "'@.'"
python_versions:
- 3.6
- 3.5
- 3.4.4
tox:
features:
- check
- noskip
- codecov
win:
selectors:
- pip
- noreqs
- npm
- gem
- go
- perl
- php
- java8
- adhoc
extra_bears:
- astyle
- cppcheck
- xmllint
entry_points:
coalabears:
- coala_official_bears = bears
choco_requirements:
# overrides for package managers not yet used
visualstudio2017-workload-vctools: false
MinGW: false
miniconda3: false
R.Project: false # https://github.com/coala/coala-bears/issues/2919
luarocks: false # https://github.com/coala/coala-bears/issues/2918
julia: false # A bit tricky to get Lint.jl to build
ghc: false # Compiling from source broken on Travis
haskell-stack: false
rust: false # https://github.com/coala/coala-bears/issues/50
bower: false
# extra deps for bears
elm-platform: false # https://github.com/coala/coala-bears/issues/2925
astyle: true
cppcheck: true
xsltproc: true
ShellCheck: true # https://github.com/coala/coala-bears/issues/2920
# The first entry is the most supported
# Latter entries which are higher versions may have some bears disabled
supported_versions:
# python included from `python_version`
apt:
# xenial and trusty are manually crafted to balance the job matrix
# so that only one of each necessary dependency is done in first batch
- precise
- bionic
mono:
- 5.20.1
r:
- release
- devel
- oldrel
node_js:
- 10
- 9
- 8
- 7
- 6
julia:
- 1.1
- 1.0
- 0.7.0
dart:
- 1.15.0
- 1.14.2
perl:
- '5.30'
- 5.22
- 5.18
- 5.14
go:
- 1.11
- '1.10'
ruby:
- 2.4
- 2.3
- 2.2
- 2.1
- 2.5
php:
- 7.2
- hhvm-3.18
- 5.5
scala:
- 2.11
- 2.12.2
java:
- 8
- 7
# openjdk 9, 10 and 12 are broken on Travis
# https://github.com/travis-ci/travis-cookbooks/issues/976
# Their config is the same as 11
- 11
lua:
- default
infer:
- 0.7.0
requires:
- https://gitlab.com/coala/package_manager/
- https://gitlab.com/coala/mobans
configuration:
template_dir:
- .moban.dt/
- 'mobans:templates/'
- 'mobans:assets/'
- 'package_manager:'
configuration: .moban.yaml
configuration_dir: 'mobans:'
targets:
- setup.py: bears-setup.py.jj2
- setup.cfg: bears-setup.cfg.jj2
- Fudgefile: Fudgefile.jj2
# Powershell Linting
- .ci/PSLint.ps1: ci/PSLint.ps1
- .ci/Export-NUnitXml.psm1: ci/Export-NUnitXml.psm1
- .ci/PSScriptAnalyzerSettings.psd1: ci/PSScriptAnalyzerSettings.psd1
# Fudge
- .ci/Fudge.ps1: fudge/Fudge.ps1
- .ci/Modules/FudgeTools.psm1: fudge/Modules/FudgeTools.psm1
- .ci/FudgeCI.ps1: fudge/FudgeCI.ps1
- .ci/PrepareAVVM.ps1: fudge/PrepareAVVM.ps1
- .ci/FudgeGenerateFake.ps1: fudge/FudgeGenerateFake.ps1
- .ci/FudgePostInstall.ps1: fudge/FudgePostInstall.ps1
- .ci/store_env_in_registry.py: ci/store_env_in_registry.py
- .ci/refreshenv.sh: ci/refreshenv.sh
- .ci/constants.ps1: constants.ps1.jj2
- .ci/deps.python-packages.ps1: fudge/deps.python-packages.ps1
- requirements.txt: requirements.txt.jj2
- test-requirements.txt: bears-test-requirements.txt.jj2
- bears/VERSION: VERSION.jj2
- Gemfile: Gemfile.jj2
- DESCRIPTION: DESCRIPTION.jj2
- package.json: package.json.jj2
- bear-requirements.txt: bear-requirements.txt.jj2
- .travis.yml: bears-travis.yml.jj2
- .ci/appveyor.yml: bears-appveyor.yml.jj2
# from package manager
- .ci/deps.golang.ps1: .ci/deps.golang.ps1
- .ci/deps.ActivePerl.ps1: .ci/deps.ActivePerl.ps1
- .ci/deps.php.ps1: .ci/deps.php.ps1
# Other
- .ci/check_unsupported.sh: ci/check_unsupported.sh.jj2
- runtime.txt: runtime.txt
- netlify.toml: docs/netlify.toml
- coala-bears.cabal: coala-bears.cabal.jj2
copy:
- .ci/check_moban.sh: ci/check_moban.sh
- .ci/check_setuptools.py: ci/check_setuptools.py