Skip to content

Commit

Permalink
Disable breakingProto
Browse files Browse the repository at this point in the history
  • Loading branch information
masihyeganeh committed Oct 24, 2024
1 parent 2614420 commit ed63a0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/coreum/generate-proto-breaking.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ import (
)

//go:embed proto-breaking.tmpl.json
//nolint:unused // TODO: uncomment in next PR
var configBreakingTmpl string

//nolint:deadcode // TODO: uncomment in next PR
func breakingProto(ctx context.Context, deps types.DepsFunc) error {
deps(golang.Tidy, tools.EnsureProtoc, tools.EnsureProtocGenBufBreaking)

Expand Down

0 comments on commit ed63a0e

Please sign in to comment.