Make FPS toggle and "recenter view" into global events #1010
Annotations
1 error and 2 warnings
Run HLint
HLint failed with status: 1. Suggestion (1)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run HLint:
src/swarm-tui/Swarm/TUI/Model/Event.hs#L177
Suggestion in WorldEvent in module Swarm.TUI.Model.Event: Use newtype instead of data ▫︎ Found: "data WorldEvent\n = MoveViewEvent AbsoluteDir\n deriving (Eq, Ord, Show, Generic)\n deriving (Enum, Bounded) via (FiniteEnumeration WorldEvent)" ▫︎ Perhaps: "newtype WorldEvent\n = MoveViewEvent AbsoluteDir\n deriving (Eq, Ord, Show, Generic)\n deriving (Enum, Bounded) via (FiniteEnumeration WorldEvent)" ▫︎ Note: decreases laziness
|
Loading