Skip to content

bugfix : fix image auth bug #615

bugfix : fix image auth bug

bugfix : fix image auth bug #615

Triggered via pull request December 18, 2025 03:01
Status Failure
Total duration 2m 11s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
lint
issues found
lint: pkg/modules/image.go#L312
extractRepoFromImage - result 1 (error) is always nil (unparam)
lint: pkg/modules/image.go#L327
empty-block: this block is empty, you can remove it (revive)
lint: pkg/modules/image.go#L357
early-return: if c { ... } else { ... return } can be simplified to if !c { ... return } ... (revive)
lint: pkg/modules/image.go#L345
empty-lines: extra empty line at the start of a block (revive)
lint: pkg/modules/image.go#L271
var-declaration: should omit type int from declaration of var bestMatchScore; it will be inferred from the right-hand side (revive)