Skip to content

Lint

Lint #734

Triggered via push January 13, 2026 07:32
Status Success
Total duration 17s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
hlint: hslua-module-zip/src/HsLua/Module/Zip.hs#L170
Suggestion in peekZipOptions in module HsLua.Module.Zip: Redundant bracket ▫︎ Found: "\\case\n Just True -> (Just OptPreserveSymbolicLinks)\n _ -> Nothing" ▫︎ Perhaps: "\\case\n Just True -> Just OptPreserveSymbolicLinks\n _ -> Nothing"
hlint: hslua-marshalling/test/HsLua/MarshallingTests.hs#L54
Suggestion in peekNested in module HsLua.MarshallingTests: Redundant bracket ▫︎ Found: "\\case\n TypeNumber -> Element <$!> peekIntegral idx\n TypeTable -> (List <$!> peekList peekNested idx)\n _ -> failPeek \"you dun goofed\"" ▫︎ Perhaps: "\\case\n TypeNumber -> Element <$!> peekIntegral idx\n TypeTable -> List <$!> peekList peekNested idx\n _ -> failPeek \"you dun goofed\""