Skip to main content

run

Function run 

Source
pub async fn run(
    args: &mut CheckArgs,
    reporter: &mut dyn Reporter,
) -> Result<bool>
Expand description

Run all checks: schema validation and formatting.

Returns Ok(true) if any errors were found, Ok(false) if clean.

§Errors

Returns an error if schema validation fails to run (e.g. network or I/O issues).