tools/tslint-rules/noExposedTodoRule.ts (3 lines): - line 6: 'A TODO may only appear in inline (//) style comments. ' + - line 7: 'This is meant to prevent a TODO from being accidentally included in any public API docs.'; - line 25: const isTodoComment = text.substring(commentRange.pos, commentRange.end).includes('TODO:');