Skip to content

PRODENG-3100 EL native MCR install #453

PRODENG-3100 EL native MCR install

PRODENG-3100 EL native MCR install #453

Triggered via pull request December 17, 2025 12:59
Status Failure
Total duration 2m 10s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: pkg/configurer/linux.go#L31
error-naming: error var LinuxMCRInstallError should have name of the form ErrFoo (revive)
Lint: pkg/configurer/enterpriselinux/el.go#L76
unused-parameter: parameter 'scriptPath' seems to be unused, consider removing or renaming it as _ (revive)
Lint: pkg/configurer/enterpriselinux/el.go#L29
var-naming: var gpgUrl should be gpgURL (revive)
Lint: pkg/configurer/enterpriselinux/el.go#L28
var-naming: var baseUrl should be baseURL (revive)
Lint: pkg/util/byteutil/byteutil.go#L22
G602: slice index out of range (gosec)
Lint: pkg/configurer/linux.go#L30
File is not properly formatted (gofumpt)
Lint: pkg/configurer/linux.go#L419
Comment should end in a period (godot)
Lint: pkg/configurer/enterpriselinux/el.go#L93
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"Package manager could not install docker-ee\")" (err113)
Lint: pkg/configurer/enterpriselinux/el.go#L89
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"Could not write Yum repo file for MCR\")" (err113)
Lint: pkg/configurer/enterpriselinux/el.go#L79
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"could not discover Linux version information\")" (err113)