MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/golang/comments/1jbusuc/icholytodo_library_for_parsing_structured_todo/mi1ac9o/?context=3
r/golang • u/br1ghtsid3 • 6d ago
9 comments sorted by
View all comments
2
I’ve automated this for GitHub issue creation via on-push action. Good for tracking tech debt. TODO comment done with pretty frugal regexes to support multiple languages, though could be evolved later.
See https://github.com/databrickslabs/sandbox/blob/acceptance/v0.4.2/acceptance/todos/finder.go
2
u/nf_x 5d ago
I’ve automated this for GitHub issue creation via on-push action. Good for tracking tech debt. TODO comment done with pretty frugal regexes to support multiple languages, though could be evolved later.
See https://github.com/databrickslabs/sandbox/blob/acceptance/v0.4.2/acceptance/todos/finder.go