Documentation ¶
Overview ¶
Package main implements a simple plugin that checks that all field names are lower_snake_case.
To use this plugin:
# buf.yaml version: v2 lint: use: - STANDARD # omit if you do not want to use the rules builtin to buf - PLUGIN_FIELD_LOWER_SNAKE_CASE plugins: - plugin: buf-plugin-field-lower-snake-case
Note that the buf CLI implements this check as a builtin Rule, but this is just for example.
Click to show internal directories.
Click to hide internal directories.