Expand description
Grouping infrastructure for --group-by owner|directory|package.
Partitions AnalysisResults into labeled groups by ownership (CODEOWNERS),
by first directory component, or by workspace package.
Structs§
- Package
Resolver - Resolves file paths to workspace package names via longest-prefix matching.
- Result
Group - A single group: a label and its subset of results.
Enums§
- Ownership
Resolver - Ownership resolver for
--group-by.
Functions§
- group_
analysis_ results - Partition analysis results into groups by ownership or directory.
- resolve_
owner - Resolve the group key for a single path (for per-result tagging in SARIF/CodeClimate).