-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: format proto files #17445
chore: format proto files #17445
Conversation
Is this the output of |
first time via clangformat manually second time make proto-format, the outputs are the same |
Cool, should we have this run every time we call |
sure i can add it |
@Mergifyio backport release/v0.50.x |
✅ Backports have been created
|
Co-authored-by: marbar3778 <marbar3778@yahoo.com> (cherry picked from commit 066f8a7) # Conflicts: # api/cosmos/autocli/v1/options.pulsar.go # proto/cosmos/autocli/v1/options.proto
@@ -35,3 +35,6 @@ rm -rf github.com cosmossdk.io | |||
go mod tidy | |||
|
|||
./scripts/protocgen-pulsar.sh | |||
|
|||
echo "Formatting protobuf files" |
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.
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Description
format proto files according to clangformat
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
make lint
andmake test
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change