lint: ensure the linter checks fmt.Errorf error wrapping

This commit is contained in:
ffranr
2024-02-26 11:26:29 +00:00
parent b234658945
commit 581c16d72f

View File

@@ -30,6 +30,10 @@ run:
- integration
linters-settings:
errorlint:
# Check for incorrect fmt.Errorf error wrapping.
errorf: true
govet:
# Don't report about shadowed variables
check-shadowing: false