Skip to main content

Crate lintel_check

Crate lintel_check 

Source
Expand description

§lintel-check

Crates.io docs.rs GitHub License

Check command for Lintel. Provides the lintel check subcommand which runs schema validation and additional checks.

The core validation engine lives in lintel-validate. This crate defines the bpaf CLI arguments for the check command and delegates to lintel-validate for validation.

§License

Apache-2.0

Structs§

CheckArgs

Traits§

Reporter
Trait for formatting and outputting validation results.

Functions§

check_args
Construct the bpaf parser for CheckArgs.
run
Run all checks: schema validation (and formatting in the future).