Skip to content

PMM-13487 Ability to build PMM locally #9616

PMM-13487 Ability to build PMM locally

PMM-13487 Ability to build PMM locally #9616

Triggered via pull request December 6, 2024 15:58
Status Success
Total duration 11m 8s
Artifacts

main.yml

on: pull_request
Merge Gatekeeper
6m 18s
Merge Gatekeeper
Slack Notification success
9s
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)