mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-03-31 10:47:35 +03:00
33 lines
552 B
YAML
33 lines
552 B
YAML
run:
|
|
skip-files:
|
|
- internal/handshake/cipher_suite.go
|
|
linters-settings:
|
|
misspell:
|
|
ignore-words:
|
|
- ect
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- asciicheck
|
|
- exhaustive
|
|
- exportloopref
|
|
- goimports
|
|
- gofmt # redundant, since gofmt *should* be a no-op after gofumpt
|
|
- gofumpt
|
|
- gosimple
|
|
- ineffassign
|
|
- misspell
|
|
- prealloc
|
|
- staticcheck
|
|
- stylecheck
|
|
- unconvert
|
|
- unparam
|
|
- unused
|
|
- vet
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: internal/qtls
|
|
linters:
|
|
- depguard
|