fix(ssh-args): space inside quotes #23
Annotations
6 errors and 2 warnings
golangci-lint:
cmd/maintenance/host.go#L28
Error return value of `client.InitConnectionFactory` is not checked (errcheck)
|
golangci-lint:
cmd/restart.go#L31
Error return value of `client.InitConnectionFactory` is not checked (errcheck)
|
golangci-lint:
cmd/run.go#L37
Error return value of `client.InitConnectionFactory` is not checked (errcheck)
|
golangci-lint:
pkg/options/restart.go#L217
unusedresult: result of fmt.Sprintf call not used (govet)
|
golangci-lint:
pkg/maintenance/host.go#L41
ineffectual assignment to err (ineffassign)
|
golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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/.
|
golangci-lint:
pkg/client/factory.go#L142
empty-block: this block is empty, you can remove it (revive)
|
Loading