We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3e0c9 commit ecb5d6dCopy full SHA for ecb5d6d
internal/cmd/operator-sdk/scorecard/cmd.go
@@ -107,7 +107,7 @@ func (c *scorecardCmd) printOutput(output v1alpha3.TestList) error {
107
case "xunit":
108
xunitOutput, err := c.convertXunit(output)
109
if err != nil {
110
- return fmt.Errorf("Xunit conversion error: %v", err)
+ return fmt.Errorf("xunit conversion error: %v", err)
111
}
112
bytes, err := xml.MarshalIndent(xunitOutput, "", " ")
113
0 commit comments