mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add todocheck to awesome-go (#3753)
This commit is contained in:
parent
dcaedf729e
commit
c04b8c496a
@ -2610,6 +2610,7 @@ _**Unofficial** set of patterns for structuring projects._
|
||||
* [php-parser](https://github.com/z7zmey/php-parser) - A Parser for PHP written in Go.
|
||||
* [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) - staticcheck is `go vet` on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for C#.
|
||||
* [tarp](https://github.com/verygoodsoftwarenotvirus/tarp) - tarp finds functions and methods without direct unit tests in Go source code.
|
||||
* [todocheck](https://github.com/preslavmihaylov/todocheck) - Static code analyser which links TODO comments in code with issues in your issue tracker.
|
||||
* [tickgit](https://github.com/augmentable-dev/tickgit) - CLI and go package for surfacing code comment TODOs (in any language) and applying a `git blame`to identify the author.
|
||||
* [unconvert](https://github.com/mdempsky/unconvert) - Remove unnecessary type conversions from Go source.
|
||||
* [unused](https://github.com/dominikh/go-tools/tree/master/cmd/unused) - unused checks Go code for unused constants, variables, functions and types.
|
||||
|
Loading…
Reference in New Issue
Block a user