PoC: S3 store #175
Annotations
8 errors and 1 warning
Go linter:
pkg/store/s3/s3_test.go#L175
response body must be closed (bodyclose)
|
Go linter:
pkg/store/s3/s3_test.go#L252
response body must be closed (bodyclose)
|
Go linter:
pkg/store/s3/s3_test.go#L48
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
Go linter:
pkg/store/s3/s3.go#L56
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Go linter:
pkg/store/s3/s3_test.go#L85
shadow: declaration of "err" shadows declaration at line 70 (govet)
|
Go linter:
pkg/store/s3/s3_test.go#L75
ineffectual assignment to err (ineffassign)
|
Go linter:
pkg/store/s3/s3_test.go#L46
host:port in url should be constructed with net.JoinHostPort and not directly with fmt.Sprintf (nosprintfhostport)
|
Go linter
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading