Skip to content

PROP-27 - Implement Registry proxy #7

PROP-27 - Implement Registry proxy

PROP-27 - Implement Registry proxy #7

Triggered via pull request December 11, 2024 11:45
Status Failure
Total duration 43s
Artifacts

ci.yml

on: pull_request
Lint and Build
32s
Lint and Build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint and Build: cmd/proxy/main.go#L77
Error return value of `(*github.com/absmach/propeller/proxy/mqtt.RegistryClient).Disconnect` is not checked (errcheck)
Lint and Build: proxy/mqtt/mqtt.go#L20
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
Lint and Build: proxy/mqtt/mqtt.go#L64
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
Lint and Build: proxy/mqtt/mqtt.go#L19
importShadow: shadow of imported from 'github.com/absmach/propeller/proxy/config' package 'config' (gocritic)
Lint and Build: cmd/proxy/main.go#L42
exitAfterDefer: os.Exit will exit, and `defer cancel()` will not run (gocritic)
Lint and Build: proxy/mqtt/mqtt.go#L98
Comment should end in a period (godot)
Lint and Build: proxy/service.go#L35
Comment should end in a period (godot)
Lint and Build: proxy/service.go#L40
Comment should end in a period (godot)
Lint and Build: proxy/service.go#L45
Comment should end in a period (godot)
Lint and Build: proxy/service.go#L70
Comment should end in a period (godot)
Lint and Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636