Set the correct locale automatically #1070
Annotations
3 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/Setup.hs#L85
Suggestion in main in module Main: Redundant $ ▫︎ Found: "intercalate \"; \"\n $ [\"set -ex\",\n \"bnfc --haskell -d -p Language.EO.Phi --generic -o src/ grammar/EO/Phi/Syntax.cf\",\n \"cd src/Language/EO/Phi/Syntax\", \"alex Lex.x\", \"happy Par.y\",\n \"true\"]" ▫︎ Perhaps: "intercalate\n \"; \"\n [\"set -ex\",\n \"bnfc --haskell -d -p Language.EO.Phi --generic -o src/ grammar/EO/Phi/Syntax.cf\",\n \"cd src/Language/EO/Phi/Syntax\", \"alex Lex.x\", \"happy Par.y\",\n \"true\"]"
|
Run haskell-actions/hlint-run@v2:
eo-phi-normalizer/src/Language/EO/Phi/ToLaTeX.hs#L111
Suggestion in module Language.EO.Phi.ToLaTeX: Move brackets to avoid $ ▫︎ Found: "(inMathMode $ toLatex x) <> \" is the scope of the redex\"" ▫︎ Perhaps: "inMathMode (toLatex x) <> \" is the scope of the redex\""
|
Loading