Skip to content

Commit 75cf92b

Browse files
Ignore unhandled errors from fmt.Printf (#3892)
1 parent 82f911e commit 75cf92b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,6 @@ linters-settings:
7979
- name: function-result-limit
8080
arguments:
8181
- 3
82+
- name: unhandled-error
83+
arguments:
84+
- "fmt.Printf"

0 commit comments

Comments
 (0)