mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
Merge pull request #4070 from guggero/disable-clang-format
Makefile: don't format proto on Travis
This commit is contained in:
commit
d4bb0854df
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -178,7 +178,7 @@ rpc-format:
|
|||
@$(call print, "Formatting protos.")
|
||||
cd ./lnrpc; find . -name "*.proto" | xargs clang-format --style=file -i
|
||||
|
||||
rpc-check: rpc-format rpc
|
||||
rpc-check: rpc
|
||||
@$(call print, "Verifying protos.")
|
||||
if test -n "$$(git describe --dirty | grep dirty)"; then echo "Protos not properly formatted or not compiled with v3.4.0"; git status; git diff; exit 1; fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue