Skip to content

Commit

Permalink
golangci: disable bodyclose in tests
Browse files Browse the repository at this point in the history
False positives with httptest recorder.
  • Loading branch information
mmatczuk committed Oct 12, 2022
1 parent 9b887a3 commit d90a8c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ issues:

- path: _test\.go
linters:
- bodyclose
- funlen
- paralleltest
- testpackage
Expand Down

0 comments on commit d90a8c6

Please sign in to comment.