Skip to content

Commit

Permalink
Mention the use of golangci-lint
Browse files Browse the repository at this point in the history
While staticcheck and gosec tends to catch a lot of stuff, sometimes
golangci-lint will find some additional issue so "why not both".
  • Loading branch information
eest committed Apr 5, 2024
1 parent 7143aee commit 7ab6c16
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 @@ -94,6 +94,7 @@ run at the top level directory prior to commiting:
* `go vet ./...`
* `staticcheck ./...` (see [staticcheck](https://staticcheck.io))
* `gosec ./...` (see [gosec](https://github.com/securego/gosec))
* `golangci-lint run` (see [golangci-lint](https://golangci-lint.run))
* `go test ./...`

If you have modified the Swagger comments you need to regenerate the
Expand Down

0 comments on commit 7ab6c16

Please sign in to comment.