diff --git a/tools/.golangci.yaml b/tools/.golangci.yaml index e82199541..c917b536e 100644 --- a/tools/.golangci.yaml +++ b/tools/.golangci.yaml @@ -23,7 +23,7 @@ linters: - staticcheck - stylecheck - unused - - unconvert # Remove unnecessary type conversions + - unconvert # Remove unnecessary type conversions linters-settings: # please keep this alphabetized goimports: local-prefixes: go.etcd.io # Put imports beginning with prefix after 3rd-party packages.