Skip to content

Commit

Permalink
lint/errcheck: Ignore fmt.Fprint* functions
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed Jun 11, 2024
1 parent 4b1c6d9 commit a31f04a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ linters:
- revive

linters-settings:
errcheck:
exclude-functions:
- fmt.Fprint
- fmt.Fprintf
- fmt.Fprintln
govet:
enable:
- niliness
Expand Down

0 comments on commit a31f04a

Please sign in to comment.