Skip to content

Commit

Permalink
golangci: add unconvert check
Browse files Browse the repository at this point in the history
Signed-off-by: demoManito <[email protected]>
  • Loading branch information
demoManito committed Sep 28, 2022
1 parent 6828e53 commit 93b9dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ linters:
- staticcheck
- stylecheck
- unused
- unconvert # Remove unnecessary type conversions
- revive

linters-settings: # please keep this alphabetized
Expand Down

0 comments on commit 93b9dc6

Please sign in to comment.