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

Commit

Permalink
unconvert: ensure unconvert checks each OS
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). Let's make sure we run
unconvert w. --all to address this.

Fixes: #4517
Signed-off-by: Eric Ernst <[email protected]>
  • Loading branch information
egernst committed Feb 25, 2022
1 parent e129485 commit 1cf8eae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ linters:
- varcheck

linters-settings:
unconvert:
command: "unconvert --all"
gocyclo:
min_complexity: 15
unused:
Expand Down

0 comments on commit 1cf8eae

Please sign in to comment.