Skip to content

Commit

Permalink
golangci: allow _ unsafe imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Jul 26, 2024
1 parent 204ed7a commit 9a0649a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ issues:
- golint
source: 'import _ "embed"'

- linters:
- revive
source: '_ "unsafe"'

- linters:
- forcetypeassert
source: "http.DefaultTransport"
Expand Down

0 comments on commit 9a0649a

Please sign in to comment.