@dry-lint/thrift
v3.0.0
Published
Detect duplicate or near-duplicate definitions in Apache Thrift IDL files.
Maintainers
Readme
@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.
Install
bun add -D @dry-lint/thriftConfigure
Add it to your .drylintrc.json:
{
"plugins": ["@dry-lint/thrift"]
}Run detection with the CLI. This plugin auto-registers itself.
More
License
MIT — see LICENSE.
