Skip to content

Commit

Permalink
Merge pull request #14535 from demoManito/feat/golangci-unconvert
Browse files Browse the repository at this point in the history
golangci: add unconvert check
  • Loading branch information
serathius authored Sep 28, 2022
2 parents 6828e53 + 93b9dc6 commit d379e62
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 d379e62

Please sign in to comment.