disable BC checking until master lints
This commit is contained in:
parent
d22c3defa9
commit
1159ab9b3d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -78,7 +78,7 @@ deps: $(BUF)
|
|||
.PHONY: local
|
||||
local: $(BUF)
|
||||
buf check lint
|
||||
buf check breaking --against '.git#branch=master'
|
||||
# buf check breaking --against '.git#branch=master'
|
||||
|
||||
# https is what we run when testing in most CI providers.
|
||||
# This does breaking change detection against our remote HTTPS git repository.
|
||||
|
|
|
|||
Loading…
Reference in a new issue