export users route #210
Annotations
10 errors and 1 warning
test (1.22.x):
api/api.go#L223
exported method API.HealthCheck should have comment or be unexported
|
test (1.22.x):
api/api.go#L231
exported function WithInstanceConfig should have comment or be unexported
|
test (1.22.x):
api/api.go#L237
exported method API.Mailer should have comment or be unexported
|
test (1.22.x):
api/errors.go#L151
exported type ErrorCause should have comment or be unexported
|
test (1.22.x):
api/external.go#L20
exported type ExternalProviderClaims should have comment or be unexported
|
test (1.22.x):
api/external.go#L27
comment on exported type ExternalSignupParams should be of the form "ExternalSignupParams ..." (with optional leading article)
|
test (1.22.x):
api/external.go#L33
exported method API.ExternalProviderRedirect should have comment or be unexported
|
test (1.22.x):
api/external.go#L80
exported method API.ExternalProviderCallback should have comment or be unexported
|
test (1.22.x):
api/external_oauth.go#L60
exported method API.OAuthProvider should have comment or be unexported
|
test (1.22.x):
api/external_saml.go#L21
context.Context should be the first parameter of a function
|
test (1.22.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|