Skip to main content

check

Function check 

Source
pub fn check(config_path: PathBuf) -> Result<CheckOutcome, CliError>
Expand description

Validates the workspace config at config_path. A config that fails to parse or validate is a finding; a file that cannot be read at all is an operational failure of the command itself.

ยงErrors

Returns CliError when the config cannot be read.