forked from cerbos/cerbos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buf.yaml
35 lines (35 loc) · 804 Bytes
/
buf.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
version: v2
modules:
- path: api/private
name: buf.build/cerbos/cerbos-unstable-api
lint:
use:
- STANDARD
except:
- FIELD_NOT_REQUIRED
- PACKAGE_NO_IMPORT_CYCLE
disallow_comment_ignores: true
breaking:
except:
- EXTENSION_NO_DELETE
- FIELD_SAME_DEFAULT
ignore:
- api/private/cerbos/private
- path: api/public
name: buf.build/cerbos/cerbos-api
lint:
use:
- STANDARD
except:
- FIELD_NOT_REQUIRED
- PACKAGE_NO_IMPORT_CYCLE
disallow_comment_ignores: true
breaking:
use:
- WIRE_JSON
except:
- FIELD_SAME_DEFAULT
deps:
- buf.build/bufbuild/protovalidate
- buf.build/googleapis/googleapis
- buf.build/grpc-ecosystem/grpc-gateway