mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
use GolangCI-Lint instead of gometalinter
This commit is contained in:
parent
9b5a20e772
commit
b52d45a1e5
3 changed files with 27 additions and 28 deletions
24
.golangci.yml
Normal file
24
.golangci.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue