@dry-lint/avro
Part of the dry-lint monorepo.
Extracts record schemas, enums, and unions from Apache Avro IDL (.avsc
/ .avdl
) so you can detect duplicate or overlapping schema definitions.
bun add -D @dry-lint/avro
Add it to your .drylintrc.json
:
{
"plugins": ["@dry-lint/avro"]
}
Then run detection with the CLI. This plugin auto-registers itself.
MIT — see LICENSE.