Commit 28ca870 1 parent 91f2da4 commit 28ca870 Copy full SHA for 28ca870
File tree 4 files changed +31
-32
lines changed
4 files changed +31
-32
lines changed Original file line number Diff line number Diff line change 5
5
6
6
plugins :
7
7
- remote : buf.build/protocolbuffers/go
8
- out : proto
8
+ out : gentest
9
9
opt : paths=source_relative
10
10
11
11
- remote : buf.build/grpc/go
Original file line number Diff line number Diff line change
1
+ # Generated by buf. DO NOT EDIT.
2
+ version: v2
3
+ deps:
4
+ - name: buf.build/bufbuild/protovalidate
5
+ commit: d39267d9df8f4053bbac6b956a23169f
6
+ digest: b5:c2542c2e9935dd9a7f12ef79f76aa5b53cf1c8312d720da54e03953f27ad952e2b439cbced06e3b4069e466bd9b64019cf9f687243ad51aa5dc2b5f364fac71e
7
+ - name: buf.build/googleapis/googleapis
8
+ commit: 546238c53f7340c6a2a6099fb863bc1b
9
+ digest: b5:e017bbf31a3f912e2b969c03c3aa711f466cfe104f510865d1a8ede1be490240aabd4cca5865459a0f15222747284395f98afc094b0fd086e8917a5a7bdd9db0
10
+ - name: buf.build/grpc-ecosystem/grpc-gateway
11
+ commit: 4c5ba75caaf84e928b7137ae5c18c26a
12
+ digest: b5:c113e62fb3b29289af785866cae062b55ec8ae19ab3f08f3004098928fbca657730a06810b2012951294326b95669547194fa84476b9e9b688d4f8bf77a0691d
Original file line number Diff line number Diff line change 1
- version : v1
2
- name : buf.build/ory/keto
3
- build :
4
- excludes :
5
- - node_modules
1
+ version : v2
2
+ modules :
3
+ - path : proto
4
+ name : buf.build/ory/keto
5
+ excludes :
6
+ - proto/node_modules
7
+ deps :
8
+ - buf.build/bufbuild/protovalidate
9
+ - buf.build/googleapis/googleapis
10
+ - buf.build/grpc-ecosystem/grpc-gateway
6
11
lint :
7
12
use :
8
- - DEFAULT
13
+ - STANDARD
9
14
except :
10
- # We need to relax the enum lints because we want to maintain compatibility with
11
- # the plain enum values used in the REST API.
12
15
- ENUM_NO_ALLOW_ALIAS
13
- - ENUM_VALUE_UPPER_SNAKE_CASE
14
16
- ENUM_VALUE_PREFIX
17
+ - ENUM_VALUE_UPPER_SNAKE_CASE
15
18
- ENUM_ZERO_VALUE_SUFFIX
19
+ - FIELD_NOT_REQUIRED
20
+ - PACKAGE_NO_IMPORT_CYCLE
21
+ disallow_comment_ignores : true
16
22
breaking :
17
23
use :
18
24
- FILE
19
- deps :
20
- - buf.build/googleapis/googleapis
21
- - buf.build/grpc-ecosystem/grpc-gateway
22
- - buf.build/bufbuild/protovalidate
25
+ except :
26
+ - EXTENSION_NO_DELETE
27
+ - FIELD_SAME_DEFAULT
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments