Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6f07ec2

Browse files
committed
fix: Add nolint
1 parent218d38f commit6f07ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cli/configssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ func sshConfigExecEscape(path string) (string, error) {
541541
// A space or a tab requires quoting, but tabs must not be escaped
542542
// (\t) since OpenSSH interprets it as a literal \t, not a tab.
543543
ifstrings.ContainsAny(path,"\t") {
544-
path=fmt.Sprintf("\"%s\"",path)
544+
path=fmt.Sprintf("\"%s\"",path)//nolint:gocritic // We don't want %q here.
545545
}
546546
returnpath,nil
547547
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp