1
0
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:
Carlos A Becker 2022-12-21 01:07:07 -03:00
parent 2999db7a4c
commit 494ba29267
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -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"