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.