Run go-makefile-maker #2
Annotations
10 errors and 1 warning
Run golangci-lint:
pkg/parrot/parrot.go#L8
File is not properly formatted (goimports)
|
Run golangci-lint:
cmd/parrot/main.go#L39
Error return value of `goflag.CommandLine.Parse` is not checked (errcheck)
|
Run golangci-lint:
cmd/parrot/main.go#L115
File is not properly formatted (gofmt)
|
Run golangci-lint:
cmd/parrot/main.go#L15
File is not properly formatted (goimports)
|
Run golangci-lint:
cmd/parrot/main.go#L103
for loop can be changed to use an integer range (Go 1.22+) (intrange)
|
Run golangci-lint:
cmd/parrot/main.go#L75
ST1016: methods on the same type should have the same receiver name (seen 1x "f", 1x "i", 1x "s") (stylecheck)
|
Run golangci-lint:
cmd/parrot/main.go#L105
unnecessary leading newline (whitespace)
|
Run golangci-lint:
pkg/forked/util/resource_helper.go#L3
File is not properly formatted (goimports)
|
Run golangci-lint:
pkg/util/node.go#L66
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Run golangci-lint:
pkg/util/node.go#L71
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading