Skip to content

Commit

Permalink
ignore enum suffix lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Jun 6, 2024
1 parent 2916142 commit 75db8de
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 @@ -775,6 +775,7 @@ service OpenFGAService {
}

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

Check failure on line 781 in openfga/v1/openfga_service.proto

View workflow job for this annotation

GitHub Actions / build

Enum value name "UNSPECIFIED" should be prefixed with "CONSISTENCY_PREFERENCE_".
Expand Down

0 comments on commit 75db8de

Please sign in to comment.