TODO comments
Author: LGTM
import python
from Comment c
where c.getText().regexpMatch('(?si).*\\bTODO\\b.*')
select c
Description
Finds comments containing the word 'TODO'
import python
from Comment c
where c.getText().regexpMatch('(?si).*\\bTODO\\b.*')
select c
Finds comments containing the word 'TODO'