yoheimuta / protolint

A pluggable linter and fixer to enforce Protocol Buffer style and conventions.
MIT License
582 stars 52 forks source link

New rule for RPC argument names #436

Open fmontorsi-equinix opened 2 months ago

fmontorsi-equinix commented 2 months ago

To enforce consistency, I think it would be useful to enforce via protolint, that e.g.

similar to what we can do today with SERVICE_NAMES_END_WITH.

yoheimuta commented 2 months ago

Sounds nice 👍