mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-04 03:11:55 +02:00
fix: lint issue
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
2999db7a4c
commit
494ba29267
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user