replace tozd/errors with Southclaws/fault
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M .golangci.yaml → .golangci.yaml
@@ -24,6 +24,11 @@ settings: staticcheck: dot-import-whitelist: - "go.alanpearce.eu/gomponents/html" + wrapcheck: + ignore-sigs: + - fault.New( + - fault.Newf( + - fault.Wrap( exclusions: generated: strict warn-unused: true