chore: lint ignore fmt.Printf unhandled error (#9967)

This commit is contained in:
Sebastian Spaink 2021-10-21 14:22:56 -05:00 committed by GitHub
parent 112ef7fc26
commit a4d8a4b84f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ linters-settings:
- name: unconditional-recursion
- name: unexported-naming
- name: unhandled-error
arguments: ["fmt.Printf", "fmt.Println"]
- name: unnecessary-stmt
- name: unreachable-code
# - name: unused-parameter