Open
Description
I'm attempting to apply the default rules set to existing proto files. My understanding is that applying -auto_disable
should apply the appropriate comment for disabling. However, I still see violations for the following rules after using -auto_disable
:
- ENUM_FIELDS_HAVE_COMMENT
- ENUMS_HAVE_COMMENT
- FIELD_NAMES_EXCLUDE_PREPOSITIONS
- FIELDS_HAVE_COMMENT
- FILE_HAS_COMMENT
- MAX_LINE_LENGTH
- MESSAGE_NAMES_EXCLUDE_PREPOSITIONS
- MESSAGES_HAVE_COMMENT
- RPC_NAMES_UPPER_CAMEL_CASE
- RPCS_HAVE_COMMENT
- SERVICES_HAVE_COMMENT
Metadata
Assignees
Labels
No labels