Skip to main content

data_table

Function data_table 

Source
pub fn data_table(
    rule: &CompiledRule,
    files: &[SourceFile],
) -> Result<DataTable, RulesError>
Expand description

Run rule over files in report-only mode and collect a DataTable — one row per match, with per-file and total counts. No edits are made.