We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nolint
1 parent 590da11 commit 6cb2d15Copy full SHA for 6cb2d15
test/helpers/command.go
@@ -55,7 +55,7 @@ func StembuildWithEnv(passedEnv map[string]string, command string, args ...strin
55
56
func WriteCommand(command string, args []string) {
57
display := append([]string{DebugCommandPrefix, command}, args...)
58
- GinkgoWriter.Write([]byte(strings.Join(append(display, "\n"), " ")))
+ GinkgoWriter.Write([]byte(strings.Join(append(display, "\n"), " "))) //nolint:errcheck
59
}
60
61
// AddOrReplaceEnvironment will update environment if it already exists or will add
0 commit comments