VBC-905: debug-console-usage
warningCategory: clean-code
Analysis: Regex (line by line)
File types: .js, .ts, .tsx, .astro
Scope: source code only, ignoring anything inside strings and comments
Tags: clean-code
What it reports
Debug console method '{line}' left in code. Remove before committing.
Flagged
js
console.time("boot");Not flagged
js
metrics.start("boot");Pattern
regex
console\.(count|time|timeEnd|trace|profile)\(