Merge pull request #140 from aduffeck/return-error-on-not-found #73
Annotations
17 errors and 3 warnings
Lint
Error return value of `u.conn.SetDeadline` is not checked (errcheck)
|
Lint
if statements should only be cuddled with assignments (wsl)
|
Lint
return statements should not be cuddled if block has more than two lines (wsl)
|
Lint
Error return value of `u.conn.SetDeadline` is not checked (errcheck)
|
Lint
return statements should not be cuddled if block has more than two lines (wsl)
|
Lint
parameter name 'fn' is too short for the scope of its usage (varnamelen)
|
Lint
`if err != nil` has complex nested blocks (complexity: 6) (nestif)
|
Lint
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Lint
Magic number: 5, in <operation> detected (mnd)
|
Lint
if statements should only be cuddled with assignments (wsl)
|
Unit Tests
Process completed with exit code 1.
|
Summary
cannot use "quic-go doesn't build on Go 1.18 yet." (untyped string constant) as int value in variable declaration
|
Summary
impossible type assertion: ipubsub.MessageAckHandler(m).(*psAckHandler)
|
Summary
cannot use ackh (variable of type *psAckHandler) as type "cloud.google.com/go/internal/pubsub".AckHandler in argument to ipubsub.NewMessage:
|
Summary
no required module provides package go.opentelemetry.io/otel/unit; to add it:
|
Summary
no required module provides package go.opentelemetry.io/otel/unit; to add it:
|
Summary
Process completed with exit code 1.
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Summary
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|