From c04b8c496aeb1dbd60a6f710b262413b2aa32cc8 Mon Sep 17 00:00:00 2001 From: Preslav Mihaylov Date: Mon, 1 Nov 2021 05:04:24 +0200 Subject: [PATCH] Add todocheck to awesome-go (#3753) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 426f052f..b4e88356 100644 --- a/README.md +++ b/README.md @@ -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.