Skip to content

Commit

Permalink
Simple changes to get proto linting to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
brianosaurus committed Oct 22, 2021
1 parent ce44187 commit 3bea5cc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,19 @@ lint:
- COMMENTS
- FILE_LOWER_SNAKE_CASE
except:
- UNARY_RPC
- COMMENT_ENUM
- COMMENT_ENUM_VALUE
- COMMENT_FIELD
- SERVICE_SUFFIX
- COMMENT_MESSAGE
- COMMENT_RPC
- COMMENT_SERVICE
- ENUM_VALUE_PREFIX
- ENUM_ZERO_VALUE_SUFFIX
- PACKAGE_VERSION_SUFFIX
- RPC_REQUEST_STANDARD_NAME
- COMMENT_SERVICE
- COMMENT_RPC
- COMMENT_MESSAGE
- RPC_RESPONSE_STANDARD_NAME
- SERVICE_SUFFIX
- UNARY_RPC
ignore:
- gogoproto
- google
Expand Down

0 comments on commit 3bea5cc

Please sign in to comment.