Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Dec 21, 2022
1 parent 2999db7 commit 494ba29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/pipe/scoop/scoop.go
Expand Up @@ -23,7 +23,8 @@ import (

// ErrNoWindows when there is no build for windows (goos doesn't contain
// windows) or archive.format is binary.
var ErrNoWindows = errors.New("scoop requires a windows archive\nLearn more at https://goreleaser.com/errors/scoop-archive\n")

var ErrNoWindows = errors.New("scoop requires a windows archive\nLearn more at https://goreleaser.com/errors/scoop-archive\n") // nolint: revive

const scoopConfigExtra = "ScoopConfig"

Expand Down

0 comments on commit 494ba29

Please sign in to comment.