pub fn batch_validate_with_config(
patterns: Vec<String>,
strict: bool,
recursive: bool,
max_depth: usize,
parallel: bool,
verbose: bool,
max_files_override: Option<Option<usize>>,
) -> Result<(), CliError>Expand description
Batch validate with custom configuration.
Like batch_validate, but allows overriding the max files limit.