Skip to content

Commit

Permalink
add wrapcheck (#5358)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarrell authored Sep 10, 2024
1 parent 68fd3f9 commit 173944d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**

Expand Down

0 comments on commit 173944d

Please sign in to comment.