use GolangCI-Lint instead of gometalinter

This commit is contained in:
Marten Seemann 2019-02-27 20:46:45 +09:00
parent 9b5a20e772
commit b52d45a1e5
3 changed files with 27 additions and 28 deletions

24
.golangci.yml Normal file
View file

@ -0,0 +1,24 @@
run:
skip-files:
- h2quic/response_writer_closenotifier.go
linters-settings:
misspell:
ignore-words:
- ect
linters:
disable-all: true
enable:
- deadcode
- goconst
- goimports
- gosimple
- ineffassign
- misspell
- staticcheck
- structcheck
- unconvert
- unused
- varcheck
- vet