mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 05:47:57 +00:00
Add godot linter to harmonitze toplevel comments (#3650)
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
"go.woodpecker-ci.org/woodpecker/v2/woodpecker-go/woodpecker"
|
||||
)
|
||||
|
||||
//nolint:gomnd
|
||||
//nolint:mnd
|
||||
var pipelineListCmd = &cli.Command{
|
||||
Name: "ls",
|
||||
Usage: "show pipeline history",
|
||||
|
@@ -83,7 +83,7 @@ func pipelinePs(c *cli.Context) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// template for pipeline ps information
|
||||
// Template for pipeline ps information.
|
||||
var tmplPipelinePs = "\x1b[33mStep #{{ .PID }} \x1b[0m" + `
|
||||
Step: {{ .Name }}
|
||||
State: {{ .State }}
|
||||
|
@@ -62,7 +62,7 @@ func pipelineQueue(c *cli.Context) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// template for pipeline list information
|
||||
// Template for pipeline list information.
|
||||
var tmplPipelineQueue = "\x1b[33m{{ .FullName }} #{{ .Number }} \x1b[0m" + `
|
||||
Status: {{ .Status }}
|
||||
Event: {{ .Event }}
|
||||
|
Reference in New Issue
Block a user