Function run_main_dev_by_deletions
pub fn run_main_dev_by_deletions(
db: &FactsDb,
opts: &Options,
) -> Result<Vec<MainDevRow>>Expand description
Top author per file ranked by lines deleted. Code-maat ships this as
refactoring-main-dev (Tornhill’s heuristic that removing code is a
deliberate design choice). The honest name is main-dev-by-deletions;
refactoring-main-dev is an accepted alias.