Skip to content

Commit

Permalink
Fix buf lints
Browse files Browse the repository at this point in the history
Signed-off-by: Edward McFarlane <[email protected]>
  • Loading branch information
emcfarlane committed Jan 16, 2025
1 parent 6f92562 commit 61a053e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ modules:
- path: internal/examples/pets/internal/proto
lint:
use:
- DEFAULT
- STANDARD
except:
- ENUM_VALUE_PREFIX
- ENUM_VALUE_UPPER_SNAKE_CASE
Expand All @@ -16,7 +16,7 @@ deps:
- buf.build/googleapis/googleapis
lint:
use:
- DEFAULT
- STANDARD
except:
- RPC_REQUEST_RESPONSE_UNIQUE
- RPC_RESPONSE_STANDARD_NAME
Expand Down

0 comments on commit 61a053e

Please sign in to comment.