Skip to content
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

make proto-format fails #7851

Closed
4 tasks
fedekunze opened this issue Nov 9, 2020 · 0 comments · Fixed by #7931
Closed
4 tasks

make proto-format fails #7851

fedekunze opened this issue Nov 9, 2020 · 0 comments · Fixed by #7931
Labels
T:Bug T: Dev UX UX for SDK developers (i.e. how to call our code)

Comments

@fedekunze
Copy link
Collaborator

Summary of Bug

make proto-format
Formatting Protobuf files
docker run -v /Users/federico/cosmos-sdk:/workspace \
	--workdir /workspace tendermintdev/docker-build-proto \
	find ./ -not -path "./third_party/*" -name *.proto -exec clang-format -i {} \;
find: clang-format: No such file or directory
find: clang-format: No such file or directory
find: clang-format: No such file or directory
find: clang-format: No such file or directory
find: clang-format: No such file or directory

Version

Steps to Reproduce


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@amaury1093 amaury1093 added T:Bug T: Dev UX UX for SDK developers (i.e. how to call our code) labels Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T:Bug T: Dev UX UX for SDK developers (i.e. how to call our code)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants