Skip to main content

run_scan

Function run_scan 

Source
pub fn run_scan(
    config_path: &Path,
    target_paths: &[PathBuf],
) -> Result<ScanResult, ScanError>
Expand description

Run a full scan: parse config, build rules, walk files, collect violations.