disable BC checking until master lints

This commit is contained in:
Loren Norman 2020-11-17 11:32:16 -05:00
parent d22c3defa9
commit 1159ab9b3d

View file

@ -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.