File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed
Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 11MAKEFLAGS += --no-print-directory
2- BUF_VERSION := 1.31.0
2+ BUF_VERSION := 1.32.2
33
44_buf :
55 docker run --rm \
1111
1212.PHONY : protolint
1313protolint :
14- @$(MAKE ) _buf CMD=" format -w . "
14+ @$(MAKE ) _buf CMD=" format -w"
1515 @$(MAKE ) _buf CMD=" lint -v"
1616
1717.PHONY : protoc
Original file line number Diff line number Diff line change 1- version : v1
1+ version : v2
22plugins :
3- # generate go structs for protocol buffer definition
4- - plugin : buf.build/protocolbuffers/go:v1.34.1
3+ - remote : buf.build/protocolbuffers/go:v1.34.1
54 out : ../pkg/api
6- # generate gRPC stubs in golang
7- - plugin : buf.build/grpc/go:v1.3.0
5+ - remote : buf.build/grpc/go:v1.3.0
86 out : ../pkg/api
9- opt :
10- - require_unimplemented_servers=false
7+ opt : require_unimplemented_servers=false
Original file line number Diff line number Diff line change 1- version : v1
1+ version : v2
22lint :
33 use :
44 - DEFAULT
55 except :
6- # TODO remove these
7- - SERVICE_SUFFIX
6+ - FIELD_NOT_REQUIRED
7+ - PACKAGE_NO_IMPORT_CYCLE
88 - RPC_REQUEST_STANDARD_NAME
99 - RPC_RESPONSE_STANDARD_NAME
10+ - SERVICE_SUFFIX
11+ disallow_comment_ignores : true
12+ breaking :
13+ except :
14+ - EXTENSION_NO_DELETE
15+ - FIELD_SAME_DEFAULT
You can’t perform that action at this time.
0 commit comments