Skip to content

Commit ea96b90

Browse files
authored
Re-enable buf breaking rule (#133)
1 parent 3c6ad20 commit ea96b90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ buf-lint:
7272

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

7877
##### Clean #####
7978
clean:

0 commit comments

Comments
 (0)