Skip to content

Fix possible nil crash #503

Fix possible nil crash

Fix possible nil crash #503

Triggered via push August 5, 2024 21:14
Status Failure
Total duration 3m 36s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
checks: internal/ui/about.go#L71
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
checks: internal/ui/about.go#L72
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
checks: internal/ui/about.go#L84
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
checks: internal/ui/about.go#L88
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
checks: internal/ui/bar.go#L69
theme.ForegroundColor is deprecated: Use Color(theme.ColorNameForeground) instead. (SA1019)
checks: internal/ui/bar.go#L281
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
checks: internal/ui/bar.go#L338
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
checks: internal/ui/bar.go#L341
theme.ForegroundColor is deprecated: Use Color(theme.ColorNameForeground) instead. (SA1019)
checks: internal/ui/bar_test.go#L92
theme.BackgroundColor is deprecated: Use Color(theme.ColorNameBackground) instead. (SA1019)
checks: internal/ui/menu.go#L81
theme.OverlayBackgroundColor is deprecated: Use Color(theme.ColorNameOverlayBackground) instead. (SA1019)