snitch
snitch copied to clipboard
Language agnostic tool that collects TODOs in the source code and reports them as Issues
Read Specification For a proper jebait you should not allow the repo owner to edit your description. Jebaited
Derived from https://github.com/tsoding/HyperNerd/pull/364#issuecomment-436718314
Expected features: - Jump between all of the TODOs - Open TODO's issues in GitHub - Highlight TODOs that need to be purged: https://github.com/tsoding/snitch#usage - ...
introduced in #55
This is purely a nice to have as it makes it a lot easier to access options from one general map, and error handling of arguments a lot easier. For...
It would be nice to see when a TODO was introduced and by who to keep track on what different contributors are working on and when. Also usefull to see...
E.g: ```go bot, err := generateBot(token) // TODO: Add bot name ``` after purging, snitch will delete the whole line of code
### Tasks - [ ] update regex, so it covers nested namespaces - [ ] update following code to assemble the reported repo URL correctly ### Description On an *GitLab*...
* Changed `go get` to `go install` to install binaries (https://github.com/tsoding/snitch/issues/219) * Fixed Some Minor Grammar Issues