Structs§
- Complexity
Limit - Counts nesting depth of branching constructs (if, else, match, for, while, loop) in changed files and flags functions that exceed a configurable threshold.
- Dead
Code Detection - Detects private functions with zero incoming calls in the call graph.
- NoDependency
Cycles - Performs DFS cycle detection on the call graph and flags any cycles found.
Functions§
- quality_
checks - Returns all 3 quality checks.