linters: enable: - errorlint - wrapcheck linters-settings: wrapcheck: # An array of strings that specify substrings of signatures to ignore. # If this set, it will override the default set of ignored signatures. # See https://github.com/tomarrell/wrapcheck#configuration for more information. ignoreSigs: - .Errorf( - errors.New( - errors.Unwrap( - .Wrap( - .Wrapf( - .WithMessage( - .WithMessagef( - .WithStack( - .NewDetailedError( ignoreSigRegexps: - \.New.*Error\( ignorePackageGlobs: - encoding/* - github.com/pkg/*