mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
7 lines
518 B
Plaintext
7 lines
518 B
Plaintext
| fixmeTagPresence.js:11:1:11:8 | // FIXME | TODO comments should be addressed. |
|
|
| fixmeTagPresence.js:13:1:13:10 | // [FIXME] | TODO comments should be addressed. |
|
|
| todoTagPresence.js:11:1:11:7 | // TODO | TODO comments should be addressed. |
|
|
| todoTagPresence.js:13:1:13:19 | // TODO Explenation | TODO comments should be addressed. |
|
|
| todoTagPresence.js:15:1:15:9 | // [TODO] | TODO comments should be addressed. |
|
|
| todoTagPresence.js:20:1:22:3 | /*\\n * T ... nt.\\n */ | TODO comments should be addressed. |
|