Skip to main content

Crate lintel_annotate

Crate lintel_annotate 

Source
Expand description

§lintel-annotate

Crates.io docs.rs CI License

Annotation-based linting for JSON and YAML files using JSON Schema

§Features

  • Runs Lintel validation on the specified files
  • Collects errors with file path, line, and column information
  • Outputs annotations in a format suitable for CI systems
  • Supports glob patterns and exclude filters

§License

Apache-2.0

Structs§

AnnotateArgs
AnnotateResult
AnnotatedFile

Functions§

annotate_args
Construct the bpaf parser for AnnotateArgs.
run
Run the annotate command.