Skip to content

PMM-13487 Ability to build PMM locally #9617

PMM-13487 Ability to build PMM locally

PMM-13487 Ability to build PMM locally #9617

Triggered via pull request December 6, 2024 16:29
Status Success
Total duration 10m 19s
Artifacts

main.yml

on: pull_request
Merge Gatekeeper
5m 31s
Merge Gatekeeper
Slack Notification success
8s
Slack Notification success
Slack Notification failure
0s
Slack Notification failure
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Checks: managed/services/server/logs_test.go#L74
Error return value of `fmt.Fprintf` is not checked (errcheck)
Checks: managed/services/server/logs_test.go#L75
Error return value of `fmt.Fprintf` is not checked (errcheck)
Checks: managed/services/server/logs_test.go#L77
Error return value of `fmt.Fprintf` is not checked (errcheck)
Checks: agent/runner/actions/postgresql_show_create_table_action.go#L224
Error return value of `fmt.Fprintln` is not checked (errcheck)
Checks: agent/runner/actions/postgresql_show_create_table_action.go#L291
Error return value of `fmt.Fprintln` is not checked (errcheck)
Checks: agent/runner/actions/postgresql_show_create_table_action.go#L375
Error return value of `fmt.Fprintln` is not checked (errcheck)
Checks: agent/main_test.go#L245
Error return value of `fmt.Fprint` is not checked (errcheck)
Checks: managed/cmd/pmm-managed/main_test.go#L190
Error return value of `fmt.Fprint` is not checked (errcheck)
Checks: update/main.go#L87
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
Checks: managed/services/server/server.go#L337
ifElseChain: rewrite if-else to switch statement (gocritic)