Skip to content

context: added panic recovery to forked contexts #1095

context: added panic recovery to forked contexts

context: added panic recovery to forked contexts #1095

Triggered via pull request November 16, 2023 12:47
Status Success
Total duration 28s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

36 errors and 3 warnings
[GolangCI Linter] tools/oncallcalc/lib/govuk/govuk.go#L19: tools/oncallcalc/lib/govuk/govuk.go#L19
g.Do undefined (type Client has no field or method Do) (typecheck)
[GolangCI Linter] lib/crpc/example/client/client.go#L19: lib/crpc/example/client/client.go#L19
ec.Do undefined (type *ExampleClient has no field or method Do) (typecheck)
[GolangCI Linter] lib/crpc/example/client/client.go#L23: lib/crpc/example/client/client.go#L23
ec.Do undefined (type *ExampleClient has no field or method Do) (typecheck)
[GolangCI Linter] lib/crpc/example/server/server.go#L12: lib/crpc/example/server/server.go#L12
could not import github.com/cuvva/cuvva-public-go/lib/middleware/request (-: # github.com/cuvva/cuvva-public-go/lib/middleware/request
[GolangCI Linter] lib/middleware/request/context.go#L84: lib/middleware/request/context.go#L84
syntax error: unexpected ( after top level declaration
[GolangCI Linter] lib/middleware/request/context.go#L94: lib/middleware/request/context.go#L94
syntax error: unexpected ( after top level declaration) (typecheck)
[GolangCI Linter] lib/dvlaves/client.go#L28: lib/dvlaves/client.go#L28
c.Do undefined (type *Client has no field or method Do) (typecheck)
[GolangCI Linter] lib/pinpoint/pinpoint.go#L55: lib/pinpoint/pinpoint.go#L55
c.Do undefined (type *Client has no field or method Do) (typecheck)
[GolangCI Linter] lib/postcodesio/client.go#L84: lib/postcodesio/client.go#L84
c.Do undefined (type *Client has no field or method Do) (typecheck)
[GolangCI Linter] lib/sanctionsio/client.go#L38: lib/sanctionsio/client.go#L38
c.Do undefined (type *Client has no field or method Do) (typecheck)
[GolangCI Linter] lib/sentiance/client.go#L35: lib/sentiance/client.go#L35
c.Do undefined (type *HTTPClient has no field or method Do) (typecheck)
[GolangCI Linter] lib/sentiance/client.go#L58: lib/sentiance/client.go#L58
c.Do undefined (type *HTTPClient has no field or method Do) (typecheck)
[GolangCI Linter] lib/sentiance/client.go#L81: lib/sentiance/client.go#L81
c.Do undefined (type *HTTPClient has no field or method Do) (typecheck)
[GolangCI Linter] lib/sentiance/client.go#L114: lib/sentiance/client.go#L114
c.Do undefined (type *HTTPClient has no field or method Do) (typecheck)
[GolangCI Linter] lib/checkmot/client.go#L46: lib/checkmot/client.go#L46
c.Do undefined (type *Client has no field or method Do) (typecheck)
[GolangCI Linter] lib/crpc/middleware.go#L17: lib/crpc/middleware.go#L17
could not import github.com/cuvva/cuvva-public-go/lib/middleware/request (-: # github.com/cuvva/cuvva-public-go/lib/middleware/request
[GolangCI Linter] lib/middleware/request/context.go#L84: lib/middleware/request/context.go#L84
syntax error: unexpected ( after top level declaration
[GolangCI Linter] lib/middleware/request/context.go#L94: lib/middleware/request/context.go#L94
syntax error: unexpected ( after top level declaration) (typecheck)
[GolangCI Linter] lib/crpc/client.go#L40: lib/crpc/client.go#L40
c.UserAgent undefined (type *Client has no field or method UserAgent) (typecheck)
[GolangCI Linter] lib/jsonclient/jsonclient.go#L17: lib/jsonclient/jsonclient.go#L17
could not import github.com/cuvva/cuvva-public-go/lib/middleware/request (-: # github.com/cuvva/cuvva-public-go/lib/middleware/request
[GolangCI Linter] lib/middleware/request/context.go#L84: lib/middleware/request/context.go#L84
syntax error: unexpected ( after top level declaration
[GolangCI Linter] lib/middleware/request/context.go#L94: lib/middleware/request/context.go#L94
syntax error: unexpected ( after top level declaration) (typecheck)
[GolangCI Linter] lib/middleware/request/basic_auth.go#L1: lib/middleware/request/basic_auth.go#L1
: # github.com/cuvva/cuvva-public-go/lib/middleware/request [github.com/cuvva/cuvva-public-go/lib/middleware/request.test]
[GolangCI Linter] lib/middleware/request/context.go#L84: lib/middleware/request/context.go#L84
syntax error: unexpected ( after top level declaration
[GolangCI Linter] lib/middleware/request/context.go#L94: lib/middleware/request/context.go#L94
syntax error: unexpected ( after top level declaration (typecheck)
[GolangCI Linter] lib/middleware/request/context.go#L74: lib/middleware/request/context.go#L74
expression in defer must be function call (typecheck)
[GolangCI Linter] lib/middleware/request/context.go#L88: lib/middleware/request/context.go#L88
expected declaration, found 'go' (typecheck)
lint
The `save-state` 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/
lint
The `save-state` 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/
lint
The `save-state` 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/