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