Skip to content

Commit

Permalink
Update .golangci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 authored Nov 16, 2023
1 parent b84a7b1 commit 820ebc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ run:
linters-settings:
forbidigo:
analyze-types: true
forbidigo:
forbid:
- p: ^errors.Errorf$
pkg: ^github.com/pkg/errors$
msg: Use fmt.Errorf instead
Expand Down

0 comments on commit 820ebc4

Please sign in to comment.