Skip to content

Commit

Permalink
ignore errcheck "return value not checked" linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adamancini committed Oct 23, 2024
1 parent a8b44c8 commit f6abfc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ linters:
- gofmt
- gosec
- govet
disable:
- errcheck

0 comments on commit f6abfc6

Please sign in to comment.