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)**