mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
ci: remove unused depguard check for qtls (#4291)
Fortunately, qtls is a thing of the past.
This commit is contained in:
parent
da25787a3d
commit
e65e99f1d6
1 changed files with 0 additions and 11 deletions
|
@ -2,16 +2,6 @@ run:
|
||||||
skip-files:
|
skip-files:
|
||||||
- internal/handshake/cipher_suite.go
|
- internal/handshake/cipher_suite.go
|
||||||
linters-settings:
|
linters-settings:
|
||||||
depguard:
|
|
||||||
rules:
|
|
||||||
qtls:
|
|
||||||
list-mode: lax
|
|
||||||
files:
|
|
||||||
- "!internal/qtls/**"
|
|
||||||
- "$all"
|
|
||||||
deny:
|
|
||||||
- pkg: github.com/quic-go/qtls-go1-20
|
|
||||||
desc: "importing qtls only allowed in internal/qtls"
|
|
||||||
misspell:
|
misspell:
|
||||||
ignore-words:
|
ignore-words:
|
||||||
- ect
|
- ect
|
||||||
|
@ -20,7 +10,6 @@ linters:
|
||||||
disable-all: true
|
disable-all: true
|
||||||
enable:
|
enable:
|
||||||
- asciicheck
|
- asciicheck
|
||||||
- depguard
|
|
||||||
- exhaustive
|
- exhaustive
|
||||||
- exportloopref
|
- exportloopref
|
||||||
- goimports
|
- goimports
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue