mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 19:35:41 +03:00
Add gosimple linter (#9590)
This commit is contained in:
@@ -172,7 +172,7 @@ func (c *Run) Run(args []string) int {
|
||||
}
|
||||
|
||||
if len(failedEnvs) > 0 {
|
||||
c.Ui.Error(fmt.Sprintf("The following environments ***FAILED***"))
|
||||
c.Ui.Error("The following environments ***FAILED***")
|
||||
for name, report := range failedEnvs {
|
||||
c.Ui.Error(fmt.Sprintf(" [%s]: %d out of %d suite failures",
|
||||
name, report.TotalFailedSuites, report.TotalSuites))
|
||||
|
||||
Reference in New Issue
Block a user