forked from thought-machine/dracon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.plzconfig
45 lines (37 loc) · 1.24 KB
/
.plzconfig
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
; Please config file
; Leaving this file as is is enough to use plz to build your project.
; Please will stay on whatever version you currently have until you run
; 'plz update', when it will download the latest available version.
;
; Or you can uncomment the following to pin everyone to a particular version;
; when you change it all users will automatically get updated.
[please]
version = 16.21.2
[buildconfig]
default-docker-repo = index.docker.io/thoughtmachine
protoc-deps = //third_party/proto:protoc_deps
kustomize-tool = //third_party/tools:kustomize
[go]
importpath = github.com/thought-machine/dracon
gotool = //third_party/lang:go_tool|go
[python]
defaultinterpreter = python3
moduledir = third_party.python
usepypi = true
disablevendorflags = true
[proto]
protoctool = //third_party/proto:protoc
pythondep = //third_party/python:protobuf
godep = //third_party/go:protobuf
protocgoplugin = //third_party/go:protoc-gen-go
[alias "deploy"]
cmd = run //scripts/development/kind:deploy --
positionallabels = true
flag = --context
[alias "dracon"]
cmd = run //scripts/development/kind:dracon --
flag = --pipeline
[alias "lint"]
cmd = run sequential --include lint //scripts/lint/...
[alias "fmt-all"]
cmd = run sequential --include fmt //scripts/fmt/...