Remove Errorf forbidigo

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-05-06 21:18:08 +02:00
parent 6c19ecd442
commit ec09b2884e
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -67,10 +67,6 @@ linters:
- wrapcheck # Checks that errors returned from external packages are wrapped [fast: false, auto-fix: false]
linters-settings:
forbidigo:
forbid:
- 'fmt\.Errorf' # Should use github.com/pkg/errors
funlen:
lines: 100
statements: 60