Bump golang.org/x/tools from 0.14.0 to 0.18.0 #255
Annotations
10 errors and 1 warning
golangci-lint:
internal/tool/main.go#L132
fmt.Errorf can be replaced with errors.New (perfsprint)
|
golangci-lint:
internal/asm/ops.go#L916
fmt.Errorf can be replaced with errors.New (perfsprint)
|
golangci-lint:
internal/monitor/image.go#L102
fmt.Errorf can be replaced with errors.New (perfsprint)
|
golangci-lint:
internal/vm/ops.go#L692
fmt.Sprintf can be replaced with just using the string (perfsprint)
|
golangci-lint:
internal/vm/ops.go#L772
fmt.Sprintf can be replaced with just using the string (perfsprint)
|
golangci-lint:
internal/log/log.go#L114
return statements should not be cuddled if block has more than two lines (wsl)
|
golangci-lint:
internal/tty/tty.go#L211
block should not end with a whitespace (or comment) (wsl)
|
golangci-lint:
internal/cli/cmd/exec.go#L176
return statements should not be cuddled if block has more than two lines (wsl)
|
golangci-lint:
internal/cli/cmd/exec.go#L168
return statements should not be cuddled if block has more than two lines (wsl)
|
golangci-lint:
internal/tool/main.go#L150
only one cuddle assignment allowed before if statement (wsl)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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