Default severity: note
Reports source comments containing a TODO, FIXME, or BUG marker. Resolve
the task or link it to an owned work item before enforcing this advisory check.
Bad
// TODO: decide which errors should be retried.Good
// Retry only errors classified as transient.