@dry-lint/thrift
Part of the dry-lint monorepo.
Extracts structs, services, and enums from Apache Thrift IDL files (.thrift
) so you can detect duplicate or overlapping type definitions and RPC service definitions in your Thrift-based APIs.
bun add -D @dry-lint/thrift
Add it to your .drylintrc.json
:
{
"plugins": ["@dry-lint/thrift"]
}
Run detection with the CLI. This plugin auto-registers itself.
MIT — see LICENSE.