Closed
Description
opened on Aug 20, 2021
Summary
We disabled buf's COMMENT_FIELD
, so that some proto fields don't need to have comments. Let's re-enable it.
Problem Definition
We disabled buf's COMMENT_FIELD
, so that some proto fields don't need to have comments. But probably it's a good practice to over-comment, than to inadvertently forget some important fields.
ref: #9747 (review)
Proposal
- Remove ignoing
COMMENT_FIELD
inbuf.yaml
linter - Audit proto files and add comments everywhere where it's missing
- Update ADR-044 concerning
COMMENT_FIELD
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Activity