mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
24 lines
349 B
YAML
24 lines
349 B
YAML
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
|