forked from gitpod-io/gitpod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WORKSPACE.yaml
40 lines (40 loc) · 1.24 KB
/
WORKSPACE.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
# this file makes this a leeway workspace
defaultTarget: components:all
defaultArgs:
coreYarnLockBase: ../..
npmPublishTrigger: "false"
publishToNPM: true
jbMarketplacePublishTrigger: "false"
publishToJBMarketplace: true
localAppVersion: unknown
codeCommit: 412debcdce97027594b55f85871951f0aa87c2fc
codeQuality: stable
intellijDownloadUrl: "https://download.jetbrains.com/idea/ideaIU-2022.1.3.tar.gz"
golandDownloadUrl: "https://download.jetbrains.com/go/goland-2022.1.3.tar.gz"
pycharmDownloadUrl: "https://download.jetbrains.com/python/pycharm-professional-2022.1.3.tar.gz"
phpstormDownloadUrl: "https://download.jetbrains.com/webide/PhpStorm-2022.1.3.tar.gz"
provenance:
enabled: true
slsa: true
defaultVariant:
srcs:
exclude:
# Make sure we don't include node_modules/**/*.ts by accident
- "**/node_modules/**"
config:
go:
lintCommand: ["sh", "-c", "golangci-lint run --disable govet,errcheck,typecheck,staticcheck,structcheck --allow-parallel-runners --timeout 5m"]
variants:
- name: oss
srcs:
exclude:
- "**/ee"
- "**/ee/**"
- "**/*_ee.*"
- "**/*_ee_*.*"
env:
- GITPOD_OSS_BUILD=true
config:
go:
buildTags:
- -tags oss