Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ modules:
lint:
use:
- STANDARD
ignore_only:
# To not break existing APIs.
ENUM_FIRST_VALUE_ZERO:
- proto/kms/api/cmk/eventprocessor/task/v1/task.proto
ENUM_VALUE_PREFIX:
- proto/kms/api/cmk/eventprocessor/task/v1/task.proto
ENUM_ZERO_VALUE_SUFFIX:
- proto/kms/api/cmk/eventprocessor/task/v1/task.proto
breaking:
use:
- FILE
Loading