mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
48 lines
860 B
YAML
48 lines
860 B
YAML
run:
|
|
skip-files:
|
|
- internal/handshake/client_session_state.go
|
|
- internal/handshake/unsafe_test.go
|
|
|
|
linters-settings:
|
|
depguard:
|
|
type: blacklist
|
|
packages:
|
|
- github.com/marten-seemann/qtls
|
|
packages-with-error-message:
|
|
- github.com/marten-seemann/qtls: "importing qtls only allowed in internal/qtls"
|
|
misspell:
|
|
ignore-words:
|
|
- ect
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- asciicheck
|
|
- deadcode
|
|
- depguard
|
|
- exportloopref
|
|
- goconst
|
|
- goimports
|
|
- gofmt
|
|
- gosimple
|
|
- ineffassign
|
|
- misspell
|
|
- prealloc
|
|
- scopelint
|
|
- staticcheck
|
|
- stylecheck
|
|
- structcheck
|
|
- unconvert
|
|
- unparam
|
|
- unused
|
|
- varcheck
|
|
- vet
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: qlog/
|
|
linters:
|
|
- goconst
|
|
- path: internal/qtls
|
|
linters:
|
|
- depguard
|