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
Our CI job picked up the latest release (0.53.0) and now it's failing due to the following:
[protos/proto-onboarding/src/main/java/proto/onboarding/onboarding.proto:413:3] Repeated field name "preliminary_business_infos" must be pluralized name "preliminary_business_info"
How do I allow "preliminary_business_infos" in .protolintrc? Thanks!
While adding a field
protolint raised the following issue:
My understanding is that
info
is uncountable, and therefore that the pluralized version ofinfo
is alsoinfo
.The text was updated successfully, but these errors were encountered: