Skip to content

Commit

Permalink
add vacuum (#4496)
Browse files Browse the repository at this point in the history
  • Loading branch information
fratschi committed Apr 30, 2023
1 parent 44664cc commit 4d448cb
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 @@ -2982,6 +2982,7 @@ _Source code analysis tools, also known as Static Application Security Testing (
- [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.
- [vaccum](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.

**[⬆ back to top](#contents)**
Expand Down

0 comments on commit 4d448cb

Please sign in to comment.