Add Podman container manager implementation #8
Annotations
10 errors and 1 warning
golangci-lint:
internal/config/config.go#L51
Error return value of `koanfInstance.Load` is not checked (errcheck)
|
golangci-lint:
logging/logging.go#L48
Error return value of `logger.Sync` is not checked (errcheck)
|
golangci-lint:
internal/config/config.go#L52
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(strings.ToLower(
|
golangci-lint:
logging/logging.go#L19
captLocal: `LoggingConfig' should not be capitalized (gocritic)
|
golangci-lint:
logging/logging.go#L31
captLocal: `LoggingConfig' should not be capitalized (gocritic)
|
golangci-lint:
internal/containermanager/podman_test.go#L333
`if tc.pass` has complex nested blocks (complexity: 7) (nestif)
|
golangci-lint:
internal/containermanager/podman_test.go#L46
var-declaration: should omit type string from declaration of var versionPattern; it will be inferred from the right-hand side (revive)
|
golangci-lint:
internal/containermanager/podman_test.go#L113
ineffectual assignment to err (ineffassign)
|
golangci-lint:
internal/containermanager/podman_test.go#L170
ineffectual assignment to err (ineffassign)
|
golangci-lint:
internal/containermanager/podman_test.go#L215
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