You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using this years back. Does this still work with Psql? It seems it does not even build:
❯ make
buf lint
example/feature_demo/demo_multi_file.proto:3:1:Files with package "example" must be within a directory "example" relative to root but were in directory "feature_demo".
example/feature_demo/demo_multi_file.proto:3:1:Package name "example" should be suffixed with a correctly formed version, such as "example.v1".
example/feature_demo/demo_multi_file_service.proto:3:1:Files with package "example" must be within a directory "example" relative to root but were in directory "feature_demo". example/feature_demo/demo_multi_file_service.proto:3:1:Package name "example" should be suffixed with a correctly formed version, such as "example.v1".
example/feature_demo/demo_multi_file_service.proto:22:14:RPC request type "ReadAccountRequest" should be named "ReadRequest" or "BlogPostServiceReadRequest".
example/feature_demo/demo_multi_file_service.proto:22:43:RPC response type "ReadBlogPostsResponse" should be named "ReadResponse" or "BlogPostServiceReadResponse". example/feature_demo/demo_service.proto:3:1:Files with package "example" must be within a directory "example" relative to root but were in directory "feature_demo".
example/feature_demo/demo_service.proto:3:1:Package name "example" should be suffixed with a correctly formed version, such as "example.v1".
...
buf lint, buf build are also failing from example dirs!?!?
Any hint?
Cheers,
Andrea
The text was updated successfully, but these errors were encountered:
Hi,
I was using this years back. Does this still work with Psql? It seems it does not even build:
buf lint
,buf build
are also failing from example dirs!?!?Any hint?
Cheers,
Andrea
The text was updated successfully, but these errors were encountered: