-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Fix proto format #9279
Fix proto format #9279
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.
I'm still receiving the following error when running make proto-all
:
make: *** [Makefile:397: proto-format] Error 1
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.
i get the same error:
find: -exec requires an argument
make: *** [proto-format] Error 1
On macOS if thats helpful at all!
Let's have a call on Discord and will try to solve it together. I don't have Mac OS, so can't debug it. On Linux it works. |
Codecov Report
@@ Coverage Diff @@
## master #9279 +/- ##
==========================================
- Coverage 60.30% 60.20% -0.11%
==========================================
Files 591 591
Lines 36937 37017 +80
==========================================
+ Hits 22276 22285 +9
- Misses 12691 12758 +67
- Partials 1970 1974 +4
|
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.
works after running:
docker rm cosmos-sdk-proto-fmt-v0.2;
I'm getting the following error:
@robert-zaremba @technicallyty any ideas? |
this seemed to work for @ryanchrypto replace the proto-format
actually I just realized what your error said - I have |
@sunnya97 , most probably you are using an old container which doesn't like the previous syntax. Could you try to remove the container and re run:
The |
Description
Fix proto formatting
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes