TODO comments
Author: LGTM
import javascript
from Comment c
where c.getText().regexpMatch("(?si).*\bTODO\b.*")
select c, "TODO comments indicate that the code may not be complete."
Description
Finds comments containing the word TODO
import javascript
from Comment c
where c.getText().regexpMatch("(?si).*\bTODO\b.*")
select c, "TODO comments indicate that the code may not be complete."
Finds comments containing the word TODO