fix: add createUser param to GenerateLink #3315
Annotations
19 errors and 4 warnings
Check go vet:
internal/api/mail.go#L81
syntax error: unexpected params at end of statement
|
Check go vet:
internal/api/mail.go#L92
syntax error: non-declaration statement outside function body
|
Check go vet:
internal/api/mail.go#L101
syntax error: non-declaration statement outside function body
|
Check go vet:
internal/api/mail.go#L120
syntax error: unexpected {, expected (
|
Check go vet:
internal/api/mail.go#L121
syntax error: unexpected var, expected )
|
Check go vet:
internal/api/mail.go#L123
syntax error: unexpected : in parameter list; possibly missing comma or )
|
Check go vet:
internal/api/mail.go#L124
syntax error: non-declaration statement outside function body
|
Check go vet
expected ';', found params (and 9 more errors)
|
Check go vet
Process completed with exit code 1.
|
Check gofmt:
internal/api/mail.go#L81
expected ';', found params
|
Check gofmt:
internal/api/mail.go#L92
expected declaration, found now
|
Check gofmt:
internal/api/mail.go#L101
expected declaration, found 'if'
|
Check gofmt:
internal/api/mail.go#L122
expected declaration, found 'switch'
|
Check gofmt:
internal/api/mail.go#L260
expected declaration, found 'if'
|
Check gofmt:
internal/api/mail.go#L281
expected declaration, found oldToken
|
Check gofmt:
internal/api/mail.go#L299
expected declaration, found 'if'
|
Check gofmt:
internal/api/mail.go#L321
expected declaration, found 'if'
|
Check gofmt:
internal/api/mail.go#L344
expected declaration, found 'if'
|
Check gofmt:
internal/api/mail.go#L367
expected declaration, found 'if'
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Post Checkout code
Unexpected input(s) 'skip-unshallow', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
|
Checkout code
Unexpected input(s) 'skip-unshallow', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
|
Loading