Skip to content

Commit

Permalink
fix proto lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maha-hajja committed Jul 24, 2024
1 parent ac1e5a1 commit 612ce98
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 45 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ generate:
.PHONY: proto-generate
proto-generate:
cd proto && buf generate

.PHONY: proto-lint
proto-lint:
cd proto && buf lint
87 changes: 44 additions & 43 deletions proto/procutils/v1/schema.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/procutils/v1/schema.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

package conduit.v1;
package procutils.v1;

import "schema/v1/schema.proto";

Expand Down
1 change: 0 additions & 1 deletion wasm/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func (*schemaService) CreateSchema(_ context.Context, req pprocutils.CreateSchem
}

return fromproto.CreateSchemaResponse(&resp), nil

}

func (*schemaService) GetSchema(_ context.Context, req pprocutils.GetSchemaRequest) (pprocutils.GetSchemaResponse, error) {
Expand Down

0 comments on commit 612ce98

Please sign in to comment.