Skip to content

Commit

Permalink
Ignore unhandled errors from fmt.Printf (#3892)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSnowden committed Feb 3, 2023
1 parent ffdc672 commit eb4bbeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@ linters-settings:
- name: function-result-limit
arguments:
- 3
- name: unhandled-error
arguments:
- "fmt.Printf"

0 comments on commit eb4bbeb

Please sign in to comment.