detect_code_smells.Rd
Scans the codebase for dangerous patterns and classifies them by severity.
detect_code_smells(dir_path = ".")
String. Path to the project root.
A dataframe with columns: file, line, id, severity, category, message.
Mark London