VBC-945: ai-generated-placeholder-comment
warningCategory: clean-code
Analysis: Regex (line by line)
File types: .js, .ts, .tsx, .py, .go, .java, .astro
Scope: comments only
Supersedes: VBC-907, VBC-150 on the same line
Tags: clean-code ai-error
What it reports
AI-generated placeholder comment '{match}' at line {line}. AI tools frequently emit skeleton code with stub comments instead of real implementations. Replace with the actual logic or open a tracked issue.
Flagged
js
// TODO: implement thisjs
// your code hereNot flagged
js
// parses the manifest and returns the entry pointPattern
regex
//\s*(?:TODO|FIXME|NOTE)?\s*[:\-]?\s*(?:PLACEHOLDER|ADD YOUR|YOUR CODE HERE|implement (?:this|later|me)|fill in|handle this|replace this|update this later|rest of the (?:code|logic)|and so on)\b