Skip to content

Commit

Permalink
test(lint): Fix fmt.Fprintf errcheck warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jun 12, 2024
1 parent 1578a25 commit 2ba1442
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 @@ -18,6 +18,9 @@ issues:
- lll

linters-settings:
errcheck:
exclude-functions:
- fmt.Fprintf
gocyclo:
min-complexity: 35

Expand Down

0 comments on commit 2ba1442

Please sign in to comment.