Skip to content

Commit

Permalink
Disable lint typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
S7evinK committed Aug 10, 2021
1 parent 47fbf69 commit 3c76f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/dendrite-demo-yggdrasil/yggconn/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"os"
"strings"

"github.com/lucas-clemente/quic-go"
"github.com/lucas-clemente/quic-go" //nolint: typecheck
"github.com/matrix-org/gomatrixserverlib"
"github.com/neilalexander/utp"

Expand All @@ -44,7 +44,7 @@ type Node struct {
config *yggdrasilconfig.NodeConfig
multicast *yggdrasilmulticast.Multicast
log *gologme.Logger
listener quic.Listener
listener quic.Listener //nolint: typecheck
utpSocket *utp.Socket
incoming chan net.Conn
}
Expand Down

0 comments on commit 3c76f21

Please sign in to comment.