Skip to content

Commit

Permalink
fix: Linter ignore again
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hare committed May 5, 2024
1 parent 3f037d3 commit 8444e51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/provider/akash/provider/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ service ProviderRPC {
rpc StreamStatus(google.protobuf.Empty) returns (stream Status);

// GetVersion returns version information about the provider
// buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE
rpc GetVersion(google.protobuf.Empty) returns (GetVersionResponse);

// Validate checks if provider will bid on given groupspec
// buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE
rpc Validate(ValidateRequest) returns (ValidateResponse);

// WIBOY (will I bid on you) is an alias for Validate
Expand Down

0 comments on commit 8444e51

Please sign in to comment.