Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
unconvert: disable unconvert static check
Browse files Browse the repository at this point in the history
We've seen instances of casting's being flagged on linux, when they are
necessary running on other OSs (Darwin).

While unconvert does have an "all" option where it'll check OS/Arch
combinations, this isn't exposed in golangci-lint.

Let's disable for now.

Fixes: #4517
Signed-off-by: Eric Ernst <[email protected]>
  • Loading branch information
egernst committed Feb 25, 2022
1 parent e129485 commit 1f3b2c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ linters:
- staticcheck
- structcheck
- typecheck
- unconvert
- unused
- varcheck

Expand Down

0 comments on commit 1f3b2c6

Please sign in to comment.