Skip to content

Commit

Permalink
Re-enable buf breaking rule (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminc authored Dec 9, 2021
1 parent 3c6ad20 commit ea96b90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ buf-lint:

buf-breaking:
@printf $(COLOR) "Run buf breaking changes check against master branch..."
# @(cd $(PROTO_ROOT) && buf breaking --against '.git#branch=master')
# TODO: re-enable it after this change
@(cd $(PROTO_ROOT) && buf breaking --against '.git#branch=master')

##### Clean #####
clean:
Expand Down

0 comments on commit ea96b90

Please sign in to comment.