From e65e99f1d6bc105f3e252601bda9f67074bb2a4d Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Wed, 31 Jan 2024 10:30:11 +0700 Subject: [PATCH] ci: remove unused depguard check for qtls (#4291) Fortunately, qtls is a thing of the past. --- .golangci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index f5e9b48bc..469d54cfb 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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 @@ -20,7 +10,6 @@ linters: disable-all: true enable: - asciicheck - - depguard - exhaustive - exportloopref - goimports