From e36221504b690236de99bf7bbd752a3100abbde8 Mon Sep 17 00:00:00 2001 From: Sasha Melentyev Date: Thu, 4 Aug 2022 22:31:53 +0300 Subject: [PATCH] feat: add usestdlibvars linter (#4357) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a64fbc3..b42dcde8 100644 --- a/README.md +++ b/README.md @@ -2931,6 +2931,7 @@ _Source code analysis tools, also known as Static Application Security Testing ( - [todocheck](https://github.com/preslavmihaylov/todocheck) - Static code analyser which links TODO comments in code with issues in your issue tracker. - [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. +- [usestdlibvars](https://github.com/sashamelentyev/usestdlibvars) - A linter that detect the possibility to use variables/constants from the Go standard library. - [validate](https://github.com/mccoyst/validate) - Automatically validates struct fields with tags. **[⬆ back to top](#contents)**