mathiasrw / closure-linter

Automatically exported from code.google.com/p/closure-linter
Apache License 2.0
0 stars 0 forks source link

[Feature request] Find all occurrences of TODO, HACK, FIXME, WARNING, NOTE, etc. for display. #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use gjslint.
2.
3.

What is the expected output? What do you see instead?
A list of all todos, warnings, hacks, fixmes, notes, etc. watchwords
that we use throughout the code to highlight all the things
that need to be done or cleaned up.

What version of the product are you using? On what operating system?
2.3.5 on Mac OS X and Linux.

Please provide any additional information below.

Original issue reported on code.google.com by yesudeep@google.com on 22 Jun 2012 at 8:41

GoogleCodeExporter commented 9 years ago

Original comment by a...@google.com on 29 Jun 2012 at 6:39

GoogleCodeExporter commented 9 years ago
It would be ideal to allow the todo tag through the code: 
http://usejsdoc.org/tags-todo.html. Right now is an invalid tag.

Original comment by lgand...@gmail.com on 30 Sep 2013 at 4:39

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
It would be nice if the formatting of TODO comments was enforced in accordance 
with: 
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Implement
ation_Comments#TODO_Comments

Original comment by ricksbro...@gmail.com on 14 Aug 2014 at 8:54