Skip to content

Improve Grafana notification tags #1136

Improve Grafana notification tags

Improve Grafana notification tags #1136

Triggered via pull request August 30, 2025 11:00
Status Failure
Total duration 3m 7s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Lint Go code
issues found
Lint Go code: pkg/services/grafana.go#L68
unnecessary leading newline (whitespace)
Lint Go code: pkg/services/grafana.go#L24
unnecessary leading newline (whitespace)
Lint Go code: pkg/services/grafana_test.go#L65
File is not properly formatted (goimports)
Lint Go code: pkg/services/grafana.go#L12
File is not properly formatted (goimports)
Lint Go code: pkg/services/grafana.go#L79
emptyStringTest: replace `len(s.opts.Tags) > 0` with `s.opts.Tags != ""` (gocritic)
Lint Go code: pkg/services/grafana.go#L73
emptyStringTest: replace `len(notification.Grafana.Tags) > 0` with `notification.Grafana.Tags != ""` (gocritic)