Open molant opened 7 years ago
Found one that might help : fixme-to-issue. Once a TODO
is found not followed by an issue number, a new issue will be created with a description containing the file Path
and line number
information. And then the TODO
comment gets updated with the newly generated issue number appended.
It looks like it might work. We will still need to:
test-on-travis
at the end once all tests are passedI think most of this things are for @alrra
I've created this label for the issues created automatically.
There are quite a few
TODO
comments in the code and no issues associated. We should have a script that is run in travis (master
) that:TODO
comments in the JS code (we probably just split by line)#ID
somewhere or a url to the GitHub issueTODO
comment, and the body with the name of the file and the line number#id
to the end of the comment and commits the changesI don't think it will be super complicated and can probably be a separate project.\ There are some projects that do similar things, check todo search in npm. My 5 minute search didn't trigger anything like what I want but we should look a bit more into it.