forked from spotify/XCMetrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prototool.yaml
28 lines (28 loc) · 876 Bytes
/
prototool.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
excludes:
- google
lint:
rules:
remove:
# Don't require go package option.
- FILE_OPTIONS_REQUIRE_GO_PACKAGE
# Don't require ENUM fields to be prefixed with enum name.
- ENUM_FIELD_PREFIXES
# Don't require enum 0 to be named INVALID.
- ENUM_ZERO_VALUES_INVALID
ignores:
- id: FILE_OPTIONS_REQUIRE_JAVA_MULTIPLE_FILES
files:
- spotify/metadata/metadata.proto
- id: SYNTAX_PROTO3
files:
- spotify/metadata/metadata.proto
- spotify/metadata/etag/etag.proto
- id: FILE_OPTIONS_EQUAL_JAVA_OUTER_CLASSNAME_PROTO_SUFFIX
files:
- spotify/metadata/metadata.proto
- id: FILE_OPTIONS_EQUAL_JAVA_PACKAGE_COM_PREFIX
files:
- spotify/metadata/metadata.proto
- id: FILE_OPTIONS_EQUAL_GO_PACKAGE_PB_SUFFIX
files:
- spotify/metadata/etag/etag.proto