Skip to content

Merge pull request #26 from tchoutri/dependabot/github_actions/mikepe… #195

Merge pull request #26 from tchoutri/dependabot/github_actions/mikepe…

Merge pull request #26 from tchoutri/dependabot/github_actions/mikepe… #195

Triggered via push November 15, 2024 15:32
Status Success
Total duration 20s
Artifacts

linting.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
hlint: app/Main.hs#L145
Suggestion in deploymentOsOption in module Main: Use lambda-case ▫︎ Found: "\\ string\n -> case string of\n \"all\" -> Just AllOS\n os -> Just $ OS (Text.pack os)" ▫︎ Perhaps: "\\case\n \"all\" -> Just AllOS\n os -> Just $ OS (Text.pack os)" ▫︎ Note: may require `{-# LANGUAGE LambdaCase #-}` adding to the top of the file
hlint: app/Main.hs#L152
Suggestion in deploymentArchOption in module Main: Use lambda-case ▫︎ Found: "\\ string\n -> case string of\n \"all\" -> Just AllArchs\n arch -> Just $ Arch (Text.pack arch)" ▫︎ Perhaps: "\\case\n \"all\" -> Just AllArchs\n arch -> Just $ Arch (Text.pack arch)" ▫︎ Note: may require `{-# LANGUAGE LambdaCase #-}` adding to the top of the file