Add linter misspell (#530)

* Add linter misspell

* Fix spelling

Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
Lukas
2021-11-24 02:01:12 +01:00
committed by GitHub
parent 25bf91bd37
commit 116c310820
19 changed files with 35 additions and 35 deletions

View File

@@ -6,9 +6,6 @@ import (
"github.com/woodpecker-ci/woodpecker/pipeline/backend"
)
// ErrCancelled signals the pipeline is cancelled.
// var ErrCancelled = errors.New("cancelled")
type (
// Filter defines filters for fetching items from the queue.
Filter struct {