Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f34245

Browse files
committed
linting
1 parent 47af2b7 commit 4f34245

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

cli/ssh.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ import (
1919
gosshagent "golang.org/x/crypto/ssh/agent"
2020
"golang.org/x/term"
2121
"golang.org/x/xerrors"
22-
tslogger "tailscale.com/types/logger"
2322

2423
"github.com/coder/coder/cli/cliflag"
2524
"github.com/coder/coder/cli/cliui"
2625
"github.com/coder/coder/coderd/autobuild/notify"
2726
"github.com/coder/coder/coderd/util/ptr"
2827
"github.com/coder/coder/codersdk"
2928
"github.com/coder/coder/cryptorand"
30-
"github.com/coder/coder/peer/peerwg"
3129
)
3230

3331
var workspacePollInterval = time.Minute
@@ -114,7 +112,7 @@ func ssh() *cobra.Command {
114112
newSSHClient = conn.SSHClient
115113
} else {
116114
// TODO: more granual control of Tailscale logging.
117-
peerwg.Logf = tslogger.Discard
115+
// peerwg.Logf = tslogger.Discard
118116

119117
// ipv6 := peerwg.UUIDToNetaddr(uuid.New())
120118
// wgn, err := peerwg.New(

site/src/api/typesGenerated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ export interface WorkspaceAgent {
427427
readonly startup_script?: string
428428
readonly directory?: string
429429
readonly apps: WorkspaceApp[]
430-
// Named type "inet.af/netaddr.IP" unknown, using "any"
430+
// Named type "net/netip.Addr" unknown, using "any"
431431
// eslint-disable-next-line @typescript-eslint/no-explicit-any
432432
readonly ip_addresses: any[]
433433
// Named type "tailscale.com/types/key.NodePublic" unknown, using "any"

0 commit comments

Comments
 (0)