We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1289d0 commit a55b6edCopy full SHA for a55b6ed
Makefile
@@ -403,7 +403,7 @@ proto-swagger-gen:
403
proto-format:
404
@echo "Formatting Protobuf files"
405
@if docker ps -a --format '{{.Names}}' | grep -Eq "^${containerProtoFmt}$$"; then docker start -a $(containerProtoFmt); else docker run --name $(containerProtoFmt) -v $(CURDIR):/workspace --workdir /workspace tendermintdev/docker-build-proto \
406
- find ./ -not -path "./third_party/*" -name *.proto -exec clang-format -i {} \; ; fi
+ find ./ -not -path "./third_party/*" -name "*.proto" -exec clang-format -i {} \; ; fi
407
408
409
proto-lint:
0 commit comments