Skip to content

Commit eaba9ec

Browse files
committed
cli/connhelper/ssh: remove outdated "nolint" comment
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 3e466c8 commit eaba9ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/connhelper/ssh/ssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ func quoteCommand(commandAndArgs ...string) (string, error) {
175175
quotedCmd = a
176176
continue
177177
}
178-
quotedCmd += " " + a //nolint:perfsprint // ignore "concat-loop"; no need to use a string-builder for this.
178+
quotedCmd += " " + a
179179
}
180180
// each part is quoted appropriately, so now we'll have a full
181181
// shell command to pass off to "ssh"

0 commit comments

Comments
 (0)