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:
parent
832bd0699b
commit
65cf93ec88
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user