Skip to content

Commit

Permalink
golangci: disable bodyclose linter
Browse files Browse the repository at this point in the history
The quality of the linter is questionable. There are many false positives.
For example: timakin/bodyclose#52
  • Loading branch information
Choraden authored and mmatczuk committed Aug 16, 2023
1 parent d0dc986 commit f4950cc
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 @@ -16,6 +16,7 @@ run:
linters:
enable-all: true
disable:
- bodyclose
- contextcheck
- cyclop
- deadcode
Expand Down

0 comments on commit f4950cc

Please sign in to comment.