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
@dborovcanin so I have tried protoc-gen-lint and I get this in the error log:
auth.proto: is a proto3 file that contains optional fields, but code generator protoc-gen-lint hasn't been updated to support optional fields in proto3. Please ask the owner of this code generator to support proto3 optional.
So I switched to protolint which supports optional fields in proto 3. I ahve added it to the CI here: #2532
List of Proto Linters
The text was updated successfully, but these errors were encountered: