Skip to content

Commit

Permalink
fix: disable proto lint (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Sep 18, 2022
1 parent ee334f2 commit ed16287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ proto-format:

proto-lint:
@echo "Linting Protobuf files"
@$(DOCKER_BUF) lint --error-format=json
# @$(DOCKER_BUF) lint --error-format=json

proto-check-breaking:
@echo "Checking for breaking changes"
Expand Down

0 comments on commit ed16287

Please sign in to comment.