snitch
snitch copied to clipboard
Language agnostic tool that collects TODOs in the source code and reports them as Issues
Can i add support for bitbucket?
At this moment, snitch requires a config file in the root project folder to add keywords. It would be convenient to have a global keywords for all projects and not...
It would be nice to support Gitea besides GitHub and gitlab. Gitea api reference: https://try.gitea.io/api/swagger
introduced in #186
```console $ ~/go/bin/snitch report Detected project: https://github.com/tsoding/gl ... API error: {"message":"Not Found","documentation_url":"https://developer.github.com/v3/issues/#create-an-issue"} ``` I think the URL is detected incorrectly
introduced in #154