Remove duplicate PidExists/FindProcess, use pipe-fittings instead #4952
+1
−64
Annotations
10 errors and 1 warning
|
golangci-lint:
pkg/connection/refresh_connections_state.go#L656
Error return value of `tx.Commit` is not checked (errcheck)
|
|
golangci-lint:
pkg/connection/refresh_connections_state.go#L654
Error return value of `tx.Rollback` is not checked (errcheck)
|
|
golangci-lint:
cmd/plugin.go#L821
Error return value of `cmd.Help` is not checked (errcheck)
|
|
golangci-lint:
cmd/plugin.go#L560
Error return value of `bar.Set` is not checked (errcheck)
|
|
golangci-lint:
cmd/plugin.go#L414
Error return value of `cmd.Help` is not checked (errcheck)
|
|
golangci-lint:
cmd/completion.go#L124
Error return value of `(*github.com/spf13/cobra.Command).GenFishCompletion` is not checked (errcheck)
|
|
golangci-lint:
cmd/completion.go#L122
Error return value of `(*github.com/spf13/cobra.Command).GenZshCompletionNoDesc` is not checked (errcheck)
|
|
golangci-lint:
cmd/completion.go#L120
Error return value of `(*github.com/spf13/cobra.Command).GenBashCompletionV2` is not checked (errcheck)
|
|
golangci-lint:
pkg/db/db_local/create_connection.go#L201
Multiplication of durations: `viper.GetDuration(pconstants.ArgDatabaseStartTimeout) * time.Second` (durationcheck)
|
|
golangci-lint:
pkg/db/db_common/wait_connection.go#L11
import 'github.com/pkg/errors' is not allowed from list 'main': Should be replaced by standard lib errors package (depguard)
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Loading