1
0
mirror of https://github.com/smallstep/cli.git synced 2025-04-19 10:42:15 +03:00

Replace list of linters with link to current golangci-lint config

This commit is contained in:
Herman Slatman 2025-04-15 12:59:36 +02:00
parent 832bd0699b
commit 65cf93ec88
No known key found for this signature in database
GPG Key ID: F4D8A44EA0A75A4F

View File

@ -62,15 +62,7 @@ make integration
#### And coding style tests
These tests apply the following `Go` linters to verify code style and formatting:
* [deadcode](https://github.com/tsenart/deadcode)
* [gofmt](https://golang.org/cmd/gofmt/)
* [golint](https://github.com/golang/lint/golint)
* [ineffassign](https://github.com/gordonklaus/ineffassign)
* [metalinter](https://github.com/alecthomas/gometalinter)
* [misspell](https://github.com/client9/misspell/cmd/misspell)
* [vet](https://golang.org/cmd/vet/)
The currently enabled linters are defined in our shared [golangci-lint config](https://raw.githubusercontent.com/smallstep/workflows/master/.golangci.yml)
```
make lint