We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e466c8 commit eaba9ecCopy full SHA for eaba9ec
1 file changed
cli/connhelper/ssh/ssh.go
@@ -175,7 +175,7 @@ func quoteCommand(commandAndArgs ...string) (string, error) {
175
quotedCmd = a
176
continue
177
}
178
- quotedCmd += " " + a //nolint:perfsprint // ignore "concat-loop"; no need to use a string-builder for this.
+ quotedCmd += " " + a
179
180
// each part is quoted appropriately, so now we'll have a full
181
// shell command to pass off to "ssh"
0 commit comments