mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore: ign linter warning
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
c1965923b0
commit
91c6f75b8f
@ -32,7 +32,7 @@ const (
|
||||
// ErrArchiveDifferentBinaryCount happens when an archive uses several builds which have different goos/goarch/etc sets,
|
||||
// causing the archives for some platforms to have more binaries than others.
|
||||
// GoReleaser breaks in these cases as it will only cause confusion to other users.
|
||||
var ErrArchiveDifferentBinaryCount = errors.New("archive has different count of binaries for each platform, which may cause your users confusion.\nLearn more at https://goreleaser.com/errors/multiple-binaries-archive\n")
|
||||
var ErrArchiveDifferentBinaryCount = errors.New("archive has different count of binaries for each platform, which may cause your users confusion.\nLearn more at https://goreleaser.com/errors/multiple-binaries-archive\n") // nolint:revive
|
||||
|
||||
// nolint: gochecknoglobals
|
||||
var lock sync.Mutex
|
||||
|
Loading…
x
Reference in New Issue
Block a user