mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
update {cs/java}/todo-comment to match javascript
This commit is contained in:
@@ -17,4 +17,4 @@ from JavadocText c
|
||||
where
|
||||
c.getText().matches("%TODO%") or
|
||||
c.getText().matches("%FIXME%")
|
||||
select c, "TODO/FIXME comment."
|
||||
select c, "TODO comments should be addressed."
|
||||
|
||||
Reference in New Issue
Block a user