607 update eo to 0.50.0 #1160
Annotations
7 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run haskell-actions/hlint-run@v2:
eo-phi-normalizer/test/Language/EO/Rules/PhiPaperSpec.hs#L80
Warning in module Language.EO.Rules.PhiPaperSpec: Redundant <$> ▫︎ Found: "DoubleSigned <$> show . ((*) 1000) <$> genDouble" ▫︎ Perhaps: "DoubleSigned . show . ((*) 1000) <$> genDouble"
|
Run haskell-actions/hlint-run@v2:
eo-phi-normalizer/test/Language/EO/Rules/PhiPaperSpec.hs#L80
Suggestion in module Language.EO.Rules.PhiPaperSpec: Use section ▫︎ Found: "((*) 1000)" ▫︎ Perhaps: "(1000 *)"
|
Run haskell-actions/hlint-run@v2:
eo-phi-normalizer/test/Language/EO/Rules/PhiPaperSpec.hs#L80
Suggestion in module Language.EO.Rules.PhiPaperSpec: Redundant bracket ▫︎ Found: "show . ((*) 1000)" ▫︎ Perhaps: "show . (*) 1000"
|
Run haskell-actions/hlint-run@v2:
eo-phi-normalizer/test/Language/EO/Rules/PhiPaperSpec.hs#L82
Warning in module Language.EO.Rules.PhiPaperSpec: Redundant <$> ▫︎ Found: "IntegerSigned <$> show <$> chooseInteger (- 1000000, 1000000)" ▫︎ Perhaps: "IntegerSigned . show <$> chooseInteger (- 1000000, 1000000)"
|
Run haskell-actions/hlint-run@v2:
eo-phi-normalizer/test/Language/EO/Rules/PhiPaperSpec.hs#L82
Suggestion in module Language.EO.Rules.PhiPaperSpec: Use underscore ▫︎ Found: "1000000" ▫︎ Perhaps: "1_000_000"
|
Run haskell-actions/hlint-run@v2:
eo-phi-normalizer/test/Language/EO/Rules/PhiPaperSpec.hs#L82
Suggestion in module Language.EO.Rules.PhiPaperSpec: Use underscore ▫︎ Found: "1000000" ▫︎ Perhaps: "1_000_000"
|
Loading