You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-11-23 21:44:44 +02:00
Add godot linter to harmonitze toplevel comments (#3650)
This commit is contained in:
@@ -50,7 +50,7 @@ func (s WebhookEvent) Validate() error {
|
||||
}
|
||||
}
|
||||
|
||||
// StatusValue represent pipeline states woodpecker know
|
||||
// StatusValue represent pipeline states woodpecker know.
|
||||
type StatusValue string // @name StatusValue
|
||||
|
||||
const (
|
||||
@@ -66,7 +66,7 @@ const (
|
||||
StatusCreated StatusValue = "created" // created / internal use only
|
||||
)
|
||||
|
||||
// SCMKind represent different version control systems
|
||||
// SCMKind represent different version control systems.
|
||||
type SCMKind string // @name SCMKind
|
||||
|
||||
const (
|
||||
@@ -76,7 +76,7 @@ const (
|
||||
RepoPerforce SCMKind = "perforce"
|
||||
)
|
||||
|
||||
// RepoVisibility represent to what state a repo in woodpecker is visible to others
|
||||
// RepoVisibility represent to what state a repo in woodpecker is visible to others.
|
||||
type RepoVisibility string // @name RepoVisibility
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user