From 173944de7d3a60adf1f71e1d71f45c43e9b0cebb Mon Sep 17 00:00:00 2001 From: Tom Arrell Date: Tue, 10 Sep 2024 10:28:29 +0200 Subject: [PATCH] add wrapcheck (#5358) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a09e5276..00f2f309 100644 --- a/README.md +++ b/README.md @@ -3188,6 +3188,7 @@ _Source code analysis tools, also known as Static Application Security Testing ( - [usestdlibvars](https://github.com/sashamelentyev/usestdlibvars) - A linter that detect the possibility to use variables/constants from the Go standard library. - [vacuum](https://github.com/daveshanley/vacuum) - An ultra-super-fast, lightweight OpenAPI linter and quality checking tool. - [validate](https://github.com/mccoyst/validate) - Automatically validates struct fields with tags. +- [wrapcheck](https://github.com/tomarrell/wrapcheck) - A linter to check that errors from external packages are wrapped. **[⬆ back to top](#contents)**