Skip to content

Add 9.12.1 in ci

Add 9.12.1 in ci #150

Triggered via pull request January 29, 2025 21:39
Status Failure
Total duration 15s
Artifacts

hlint.yml

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: src/Refact/Compat.hs#L196
Suggestion in ppp in module Refact.Compat: Fuse concatMap/<$> ▫︎ Found: "concatMap unDecorated (errMsgDiagnostic <$> bagToList pst)" ▫︎ Perhaps: "concatMap (unDecorated . errMsgDiagnostic) (bagToList pst)"