-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathbuf.yaml
More file actions
46 lines (45 loc) · 1.69 KB
/
Copy pathbuf.yaml
File metadata and controls
46 lines (45 loc) · 1.69 KB
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
46
version: v2
modules:
- path: proto
name: buf.build/streamingfast/substreams
excludes:
- proto/google
# - proto/sf/substreams/v1/test
lint:
use:
- DEFAULT
except:
- FIELD_NOT_REQUIRED
- PACKAGE_NO_IMPORT_CYCLE
# sink/sql protos keep their historical names (bare `schema` package,
# `...sql.service.v1` in a services/ dir, lowercase enum values):
# existing user .spkg files and manifests reference those names
ignore_only:
ENUM_VALUE_PREFIX:
- proto/sf/substreams/sink/sql/schema/v1/schema.proto
- proto/sf/substreams/sink/sql/services/v1/services.proto
- proto/sf/substreams/sink/sql/v1/deprecated.proto
ENUM_VALUE_UPPER_SNAKE_CASE:
- proto/sf/substreams/sink/sql/schema/v1/schema.proto
- proto/sf/substreams/sink/sql/services/v1/services.proto
- proto/sf/substreams/sink/sql/v1/deprecated.proto
ENUM_ZERO_VALUE_SUFFIX:
- proto/sf/substreams/sink/sql/schema/v1/schema.proto
- proto/sf/substreams/sink/sql/services/v1/services.proto
- proto/sf/substreams/sink/sql/v1/deprecated.proto
FIELD_LOWER_SNAKE_CASE:
- proto/sf/substreams/sink/sql/schema/v1/schema.proto
PACKAGE_DIRECTORY_MATCH:
- proto/sf/substreams/sink/sql/schema/v1/schema.proto
- proto/sf/substreams/sink/sql/services/v1/services.proto
PACKAGE_VERSION_SUFFIX:
- proto/sf/substreams/sink/sql/schema/v1/schema.proto
disallow_comment_ignores: true
breaking:
use:
- FILE
except:
- EXTENSION_NO_DELETE
- FIELD_SAME_DEFAULT
deps:
- buf.build/streamingfast/firehose