snitch icon indicating copy to clipboard operation
snitch copied to clipboard

Language agnostic tool that collects TODOs in the source code and reports them as Issues

Results 40 snitch issues
Sort by recently updated
recently updated
newest added

Is it possible to implement some kind of standalone mode where snitch doesn't require any external services like GitHub or GitLab and keeps track of the TODOs with its own...

https://github.com/tsoding/snitch/blob/2ed5d9374f1cb76cfe445870d1c11f9b7f331945/project.go#L222 It happens in a worker thread and interferes with the output of the main thread. ```console streamer@rexim-B590:~/Programming/tsoding/skedudle$ ~/go/bin/snitch report --prepend-body 'introduced in #24' Detected project: https://github.com/tsoding/skedudle src/json_test.c:26: // TODO:...

### Steps to reproduce 1. Add the following line to any file in a repo: ```java // TODO(#): some text ``` 2. Don't commit the change. Leave the tree in...

Snitch detects the GitHub repo based on the `origin` URL, but sometimes I want to redirect issue reporting to a different repo. We need to introduce a special flag for...

We need a mechanism to cross-reference not yet reported TODOs. The cross-references should be automatically replaced by real GitHub issue references after they are reported.