Ignore irrelevant linter warning

This commit is contained in:
Matthew Holt
2025-08-04 16:28:13 -06:00
parent 731e6c2482
commit 42c888ee1d
2 changed files with 1 additions and 2 deletions

View File

@@ -1004,6 +1004,7 @@ type ECHPublisher interface {
// PublishECHConfigListErrors is returned by ECHPublishers to describe one or more
// errors publishing an ECH config list from PublishECHConfigList. A non-nil, empty
// value of this type should never be returned.
// nolint:errname // The linter wants "Error" convention, but this is a multi-error type.
type PublishECHConfigListErrors map[string]error
func (p PublishECHConfigListErrors) Error() string {