98 utilize streams #279
Annotations
10 errors and 1 warning
Lint:
cmd/internal/encryption/encryption_test.go#L74
Error return value of `fs.Remove` is not checked (errcheck)
|
Lint:
cmd/internal/encryption/encryption_test.go#L75
Error return value of `fs.Remove` is not checked (errcheck)
|
Lint:
cmd/internal/encryption/encryption_test.go#L77
Error return value of `fs.Remove` is not checked (errcheck)
|
Lint:
cmd/internal/compress/compress.go#L77
Error return value of `io.Copy` is not checked (errcheck)
|
Lint:
cmd/internal/initializer/initializer.go#L268
Error return value of `io.Copy` is not checked (errcheck)
|
Lint:
cmd/internal/encryption/encryption.go#L119
func `(*Encrypter).openOutputFile` is unused (unused)
|
Lint:
cmd/internal/compress/compress.go#L56
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint:
cmd/internal/compress/compress.go#L20
ineffectual assignment to c (ineffassign)
|
Lint:
cmd/internal/backup/providers/gcp/gcp.go#L160
ineffectual assignment to downloadFileName (ineffassign)
|
Lint:
cmd/internal/backup/providers/gcp/gcp_integration_test.go#L98
ineffectual assignment to err (ineffassign)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading