fix: adds timeout to the destination connection request in proxy (#1680) #10
Annotations
10 errors and 1 warning
golangci-lint:
pkg/platform/fs/tele.go#L55
Error return value of `file.Close` is not checked (errcheck)
|
golangci-lint:
pkg/platform/fs/tele.go#L70
Error return value of `util.CreateYamlFile` is not checked (errcheck)
|
golangci-lint:
pkg/platform/fs/tele.go#L1
package-comments: should have a package comment (revive)
|
golangci-lint:
pkg/proxy/integrations/mongoparser/mongoparser.go#L433
Error return value of `destConn.Close` is not checked (errcheck)
|
golangci-lint:
pkg/proxy/integrations/mongoparser/mongoparser.go#L455
Error return value of `destConn.Close` is not checked (errcheck)
|
golangci-lint:
pkg/proxy/integrations/mongoparser/mongoparser.go#L498
Error return value of `destConn.Close` is not checked (errcheck)
|
golangci-lint:
pkg/proxy/integrations/mongoparser/mongoparser.go#L606
Error return value of `h.AppendMocks` is not checked (errcheck)
|
golangci-lint:
pkg/proxy/integrations/mongoparser/mongoparser.go#L52
context-as-argument: context.Context should be the first parameter of a function (revive)
|
golangci-lint:
pkg/proxy/integrations/mongoparser/mongoparser.go#L326
context-as-argument: context.Context should be the first parameter of a function (revive)
|
golangci-lint:
pkg/proxy/integrations/mongoparser/mongoparser.go#L552
context-as-argument: context.Context should be the first parameter of a function (revive)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading