Skip to content

Commit

Permalink
Fix multi_wrap_value.proto buf lint issues. (#22554)
Browse files Browse the repository at this point in the history
Add the protobuf file to the list of exceptions for PACKAGE_DIRECTORY_MATCH and
PACKAGE_VERSION_SUFFIX.
  • Loading branch information
victorr committed Aug 24, 2023
1 parent 8835514 commit 749b0f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ lint:
- vault/hcp_link/proto/meta/meta.proto
- vault/hcp_link/proto/node_status/status.proto
- vault/replication/replication_resolver_ent.proto
- vault/seal/multi_wrap_value.proto
- vault/tokens/token.proto
PACKAGE_SAME_DIRECTORY:
- vault/replication/replication_resolver_ent.proto
Expand Down Expand Up @@ -84,6 +85,7 @@ lint:
- vault/replication/replication_resolver_ent.proto
- vault/replication_services_ent.proto
- vault/request_forwarding_service.proto
- vault/seal/multi_wrap_value.proto
- vault/tokens/token.proto
RPC_REQUEST_RESPONSE_UNIQUE:
- sdk/database/dbplugin/database.proto
Expand Down

0 comments on commit 749b0f7

Please sign in to comment.