-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(protolint): lint proto files, add comments, and add linter #313
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, I have used a similar pattern in the past to have unspecified enums as the 0th enum in proto3 is default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! Thanks for making our codebase a better place.
[Closes/Fixes] #
Adds documentation to the proto schemas used by Rundler, and adds
.proto
file linting to the pre-commit checks.Proposed Changes