Skip to content

X.P: Add escape hatch for preventing X.P IO #310

X.P: Add escape hatch for preventing X.P IO

X.P: Add escape hatch for preventing X.P IO #310

Triggered via pull request January 18, 2024 00:28
Status Failure
Total duration 40s
Artifacts

hlint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
hlint
HLint failed with status: 1. Suggestion (1)
hlint: XMonad/Prompt.hs#L1814
Suggestion in historyCompletionP in module XMonad.Prompt: Redundant bracket ▫︎ Found: "toComplList . M.filterWithKey (const . p) <$> (readHistory cd)" ▫︎ Perhaps: "toComplList . M.filterWithKey (const . p) <$> readHistory cd"