Switch to golangci-lint
Signed-off-by: Maksym Pavlenko <makpav@amazon.com>
This commit is contained in:
21
.golangci.yml
Normal file
21
.golangci.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
linters:
|
||||
enable:
|
||||
- structcheck
|
||||
- varcheck
|
||||
- staticcheck
|
||||
- unconvert
|
||||
- gofmt
|
||||
- goimports
|
||||
- golint
|
||||
- ineffassign
|
||||
- vet
|
||||
- unused
|
||||
- misspell
|
||||
disable:
|
||||
- errcheck
|
||||
|
||||
run:
|
||||
skip-dirs:
|
||||
- api
|
||||
- design
|
||||
- docs
|
||||
Reference in New Issue
Block a user