Skip to content

Commit

Permalink
ignore enum val prefix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Jun 6, 2024
1 parent 75db8de commit 8001eb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openfga/v1/openfga_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@ service OpenFGAService {

// Controls the consistency preferences when calling the query APIs.
// buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX
// buf:lint:ignore ENUM_VALUE_PREFIX
enum ConsistencyPreference {
// Default if not set. Behavior will be the same as MINIMIZE_LATENCY
UNSPECIFIED = 0;
Expand Down

0 comments on commit 8001eb9

Please sign in to comment.