# Test
The word "TODO" appears in the `reject.txt` file. Vale will correctly flag this line as an error but will ignore the one appearing in the bullet list below.
* bullet list
* Module Layer
* TODO: Add details about modules.
Output, vale correctly identifies the TODO on line 3, but fails to identify the occurrence on line 7:
$ vale README.md
README.md
3:11 error Avoid using 'TODO'. Vale.Avoid
✖ 1 error, 0 warnings and 0 suggestions in 1 file.
Check for existing issues
Environment
Describe the bug / provide steps to reproduce it
I added the word
TODO
to myreject.txt
file, however vale fails to recognize the word when it appears in a markdown bullet list. Full repro is available at: https://github.com/dagardner-nv/vale_rejected_word_in_listREADME.md:
Output, vale correctly identifies the
TODO
on line 3, but fails to identify the occurrence on line 7: