googleapis / api-linter

A linter for APIs defined in protocol buffers.
https://linter.aip.dev/
Apache License 2.0
582 stars 142 forks source link

fix: ignore proto3_optional fields in oneof check #1370

Closed noahdietz closed 5 months ago

noahdietz commented 5 months ago

When linting if a field is a oneof, ignore those fields that are proto3_optional, which are wrapped in a synthetic oneof.

Updates #1323