/** * @name TODO comment * @description A comment that contains 'TODO' or similar keywords may indicate code that is incomplete or * broken, or it may highlight an ambiguity in the software's specification. * @kind problem * @problem.severity recommendation * @precision medium * @id cs/todo-comment * @tags quality * maintainability * external/cwe/cwe-546 */ import csharp from CommentLine c where c.getText().regexpMatch("(?s).*FIXME.*|.*TODO.*|.*(?