snitch
snitch copied to clipboard
Language agnostic tool that collects TODOs in the source code and reports them as Issues
Closes #220
I am bad at explaining, especially in foreign language, so I just will describe steps to reproduce. 1) init git repository 2) create two files TODO's 3) stage them 4)...
``` C:\Users\Ciremun>go get github.com/tsoding/snitch go: downloading github.com/tsoding/snitch v0.0.0-20211124122013-da4c8d5c1ca9 go: downloading gopkg.in/ini.v1 v1.62.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading gopkg.in/yaml.v2 v2.3.0 go get: installing executables with 'go get' in module mode...
This Pull Request adds the support for the Redmine task manager. By merging it, the tool will gain the ability to create issues on Redmine the same way it does...
I'm currently trying to implement snitch on a Unity Game engine project the project is pretty early in its development but a simple snitch list takes around 36 Seconds. This...
OS: Windows 10 `test.c` didn't have any todos in it the error occured after `test.c` was moved from the root folder into the `tests` folder fixed after commiting the changes...
- Fixed #9 
An option to stop traversing TODOs and just report everything that was already confirmed by the user
eg. with this remote: `ssh://[email protected]:6969/zhiayang/reponame.git`, the project is detected as `https://domain.tld/6969/zhiayang`. Mayhaps more regex madness is needed...
* Fix project path for projects with dot in name (tsoding#185) * Fix project path for repositories with custom port This PR covers changes in https://github.com/tsoding/snitch/pull/176