add wrapcheck (#5358)

This commit is contained in:
Tom Arrell 2024-09-10 10:28:29 +02:00 committed by GitHub
parent 68fd3f9a49
commit 173944de7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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