protolint

Linter and fixer for Protocol Buffer files enforcing style conventions

brewmacoslinux
Try with needOr install directly
Source

About

Pluggable linter and fixer to enforce Protocol Buffer style and conventions

Commands

protolint

Examples

Lint a single Protocol Buffer file for style violations$ protolint lint path/to/file.proto
Automatically fix style violations in a Proto file$ protolint fix path/to/file.proto
Lint all Proto files in a directory recursively$ protolint lint path/to/proto/directory