webhintio / hint

💡 A hinting engine for the web
https://webhint.io/
Apache License 2.0
3.63k stars 685 forks source link

Tool to automatically open issues when TODO is found #210

Open molant opened 7 years ago

molant commented 7 years ago

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:

I 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.

qzhou1607-zz commented 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.

molant commented 7 years ago

It looks like it might work. We will still need to:

I think most of this things are for @alrra

molant commented 7 years ago

I've created this label for the issues created automatically.