Skip to content

Commit

Permalink
Add workaround for errcheck linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Aug 7, 2024
1 parent eb8bd0b commit 3f37147
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 @@ -2,6 +2,9 @@ run:
timeout: 10m

linters-settings:
errcheck:
# Workaround for https://github.com/golangci/golangci-lint/issues/4733
ignore: ""
golint:
min-confidence: 0
misspell:
Expand Down

0 comments on commit 3f37147

Please sign in to comment.