Test against EO compiler #262
Annotations
4 warnings
Run haskell-actions/hlint-run@v2:
eo-phi-normalizer/src/Language/EO/Phi/Normalize.hs#L3
Warning in module Language.EO.Phi.Normalize: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE OverloadedLabels #-}"
|
Run haskell-actions/hlint-run@v2:
eo-phi-normalizer/src/Language/EO/Phi/Rules/Yaml.hs#L295
Warning in evaluateMetaFuncs' in module Language.EO.Phi.Rules.Yaml: Redundant pure ▫︎ Found: "do res <- gets (Common.intToBytesObject . nuCount)\n pure res" ▫︎ Perhaps: "do gets (Common.intToBytesObject . nuCount)"
|
Run haskell-actions/hlint-run@v2:
eo-phi-normalizer/test/Language/EO/Rules/PhiPaperSpec.hs#L4
Warning in module Language.EO.Rules.PhiPaperSpec: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE LambdaCase #-}"
|
Run haskell-actions/hlint-run@v2:
eo-phi-normalizer/test/Language/EO/Rules/PhiPaperSpec.hs#L233
Suggestion in confluent in module Language.EO.Rules.PhiPaperSpec: Use underscore ▫︎ Found: "1000" ▫︎ Perhaps: "1_000"
|
Loading