Skip to content

Commit

Permalink
ci: remove unused depguard check for qtls (#4291)
Browse files Browse the repository at this point in the history
Fortunately, qtls is a thing of the past.
  • Loading branch information
marten-seemann committed Jan 31, 2024
1 parent da25787 commit e65e99f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@ run:
skip-files:
- internal/handshake/cipher_suite.go
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:
ignore-words:
- ect
Expand All @@ -20,7 +10,6 @@ linters:
disable-all: true
enable:
- asciicheck
- depguard
- exhaustive
- exportloopref
- goimports
Expand Down

0 comments on commit e65e99f

Please sign in to comment.