@dry-lint/proto
v3.0.0
Published
Detect duplicate or near-duplicate definitions in Protocol Buffers (.proto) files.
Downloads
4
Maintainers
Readme
@dry-lint/proto
Part of the dry-lint monorepo.
Extracts message types, services, and enums from Protocol Buffers (Proto IDL) files (.proto) so you can detect duplicate or overlapping definitions in your gRPC or Proto-based APIs.
Install
bun add -D @dry-lint/protoConfigure
Add it to your .drylintrc.json:
{
"plugins": ["@dry-lint/proto"]
}Run detection with the CLI. This plugin auto-registers itself.
More
License
MIT — see LICENSE.
