You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auth ❯ unparam ./...
credentials/impersonate/user.go:33:123: user - result 1 (error) is always nil
internal/transport/cert/cmd/test_signer.go:59:95: (*EnterpriseCertSigner).CertificateChain - result 0 (error) is always nil
bigquery ❯ unparam ./...
iterator.go:369:22: fetchCachedPage - ctx is unused
model.go:232:54: bqToModelMetadata - result 1 (error) is always nil
routine.go:240:87: bqToRemoteFunctionOptions - result 1 (error) is always nil
routine.go:258:70: (*RemoteFunctionOptions).toBQ - result 1 (error) is always nil
storage/managedwriter/adapt/protoconversion.go:414:158: tableFieldSchemaToFieldDescriptorProto - result 1 (error) is always nil
storage/managedwriter/managed_stream.go:197:60: (*ManagedStream).appendWithRetry - opts is unused
storage/managedwriter/managed_stream.go:358:57: (*ManagedStream).processRetry - srcConn is unused
storage/managedwriter/retry.go:36:46: retryPredicate - result aggressiveBackoff is always false
The text was updated successfully, but these errors were encountered:
unparam is a common linter for Go projects. We should consider adding it as a presubmit check for PRs to catch things like googleapis/gapic-generator-go#1407
See googleapis/gapic-generator-go#1408 for a related issue.
Example issues in this repository:
The text was updated successfully, but these errors were encountered: