@dry-lint/avro
v3.0.0
Published
Detect duplicate or near-duplicate definitions in Avro schema files.
Downloads
11
Readme
@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.
Install
bun add -D @dry-lint/avroConfigure
Add it to your .drylintrc.json:
{
"plugins": ["@dry-lint/avro"]
}Then run detection with the CLI. This plugin auto-registers itself.
More
License
MIT — see LICENSE.
