Disable lint typecheck

This commit is contained in:
Till Faelligen 2021-08-10 15:09:20 +02:00
parent 47fbf69e98
commit 3c76f219d3

View file

@ -26,7 +26,7 @@ import (
"os" "os"
"strings" "strings"
"github.com/lucas-clemente/quic-go" "github.com/lucas-clemente/quic-go" //nolint: typecheck
"github.com/matrix-org/gomatrixserverlib" "github.com/matrix-org/gomatrixserverlib"
"github.com/neilalexander/utp" "github.com/neilalexander/utp"
@ -44,7 +44,7 @@ type Node struct {
config *yggdrasilconfig.NodeConfig config *yggdrasilconfig.NodeConfig
multicast *yggdrasilmulticast.Multicast multicast *yggdrasilmulticast.Multicast
log *gologme.Logger log *gologme.Logger
listener quic.Listener listener quic.Listener //nolint: typecheck
utpSocket *utp.Socket utpSocket *utp.Socket
incoming chan net.Conn incoming chan net.Conn
} }