diff --git a/Makefile b/Makefile index c665bc1..6a1ade9 100644 --- a/Makefile +++ b/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.