pub fn collect_inline_complexity(
config: &ResolvedConfig,
output: &EditorDeadCodeAnalysisOutput,
) -> Vec<EditorInlineComplexityFinding>Expand description
Collect inline complexity findings from retained editor analysis artifacts.
The rule is fallow_engine::health::inline_complexity, the one that the
health findings use, so the code lens and fallow health flag the same
functions, also under health.thresholdOverrides.