allow users who signed in with password but verified email #129
Annotations
10 errors and 1 warning
golangci-lint:
analytics/tracking/tracking.go#L17
import-alias-naming: import name (appCfg) must match the regular expression: ^[a-z][a-z0-9]{0,}$ (revive)
|
golangci-lint:
analytics/tracking/tracking.go#L72
string `/v1/customer/` has 2 occurrences, make it a constant (goconst)
|
golangci-lint:
analytics/tracking/tracking_test.go#L27
unchecked-type-assertion: type cast result is unchecked in New(testApplicationYAMLKey).(*tracking) - type assertion will panic if not matched (revive)
|
golangci-lint:
auth/auth.go#L12
import-alias-naming: import name (firebaseAuth) must match the regular expression: ^[a-z][a-z0-9]{0,}$ (revive)
|
golangci-lint:
auth/auth.go#L13
import-alias-naming: import name (iceAuth) must match the regular expression: ^[a-z][a-z0-9]{0,}$ (revive)
|
golangci-lint:
auth/auth.go#L71
unchecked-type-assertion: type cast result is unchecked in registeredWithProviderInterface.(string) - type assertion will panic if not matched (revive)
|
golangci-lint:
auth/auth.go#L75
unchecked-type-assertion: type cast result is unchecked in firebaseIDInterface.(string) - type assertion result ignored (revive)
|
golangci-lint:
auth/auth.go#L79
unchecked-type-assertion: type cast result is unchecked in iceIDInterface.(string) - type assertion result ignored (revive)
|
golangci-lint:
auth/auth.go#L109
error returned from interface method should be wrapped: sig: func (github.com/ice-blockchain/wintr/auth/internal/firebase.Client).GetUserByEmail(ctx context.Context, email string) (*firebase.google.com/go/v4/auth.UserRecord, error) (wrapcheck)
|
golangci-lint:
auth/auth_test.go#L105
error-is-as: invalid usage of require.NoError, use require.NotErrorIs instead (testifylint)
|
Find latest Go Version
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading