Expand description
§lintel-annotate
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§
Functions§
- annotate_
args - Construct the bpaf parser for
AnnotateArgs. - run
- Run the annotate command.