Remove Errorf forbidigo
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
6c19ecd442
commit
ec09b2884e
1 changed files with 0 additions and 4 deletions
|
@ -67,10 +67,6 @@ linters:
|
||||||
- wrapcheck # Checks that errors returned from external packages are wrapped [fast: false, auto-fix: false]
|
- wrapcheck # Checks that errors returned from external packages are wrapped [fast: false, auto-fix: false]
|
||||||
|
|
||||||
linters-settings:
|
linters-settings:
|
||||||
forbidigo:
|
|
||||||
forbid:
|
|
||||||
- 'fmt\.Errorf' # Should use github.com/pkg/errors
|
|
||||||
|
|
||||||
funlen:
|
funlen:
|
||||||
lines: 100
|
lines: 100
|
||||||
statements: 60
|
statements: 60
|
||||||
|
|
Loading…
Reference in a new issue