forked from viamrobotics/goutils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuf.yaml
More file actions
28 lines (28 loc) · 636 Bytes
/
Copy pathbuf.yaml
File metadata and controls
28 lines (28 loc) · 636 Bytes
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
version: v2
modules:
- path: .
name: buf.build/viamrobotics/goutils
excludes:
- vendor
deps:
- buf.build/googleapis/googleapis:62f35d8aed1149c291d606d958a7ce32
lint:
use:
- STANDARD
except:
- FIELD_NOT_REQUIRED
- PACKAGE_NO_IMPORT_CYCLE
ignore_only:
RPC_REQUEST_RESPONSE_UNIQUE:
- proto/rpc/webrtc/v1/signaling.proto
RPC_REQUEST_STANDARD_NAME:
- proto/rpc/webrtc/v1/signaling.proto
RPC_RESPONSE_STANDARD_NAME:
- proto/rpc/webrtc/v1/signaling.proto
disallow_comment_ignores: true
breaking:
use:
- FILE
except:
- EXTENSION_NO_DELETE
- FIELD_SAME_DEFAULT