Skip to main content

Module smells

Module smells 

Source
Expand description

Code smell detection engine.

Runs structural rules against the Property Graph (SQLite) and tree-sitter data to identify dead code, high complexity, god files, fan-out skew, etc. Each rule is a pure function: &Connection -> Vec<SmellFinding>.

Structs§

SmellConfig
SmellFinding
SmellSummary

Enums§

Severity

Statics§

RULES

Functions§

scan_all
scan_rule
summarize