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
No known key found for this signature in database
GPG key ID: B1F8848557AA29D2

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