More koans #29
ci.yml
on: pull_request
Generate matrix from cabal
2s
Run hlint
5s
Run fourmolu
3s
Matrix: build-cabal
All GHCs built successfully
0s
Annotations
11 errors and 2 warnings
Run fourmolu
fourmolu detected unformatted files
|
Run hlint
HLint failed with status: 1. Warning (1), Suggestion (1)
|
Haskell GHC 9.2.8 cabal:
koans/basic/2/3-count-the-lines/test/Test.hs#L5
The import of ‘Data.Text’ is redundant
|
Haskell GHC 9.2.8 cabal:
koans/basic/2/3-count-the-lines/test/Test.hs#L24
• Defaulting the following constraints to type ‘Integer’
|
Haskell GHC 9.2.8 cabal:
koans/basic/2/5-count-all-the-chars/test/Test.hs#L5
The import of ‘Data.Text’ is redundant
|
Haskell GHC 9.2.8 cabal
Process completed with exit code 1.
|
Haskell GHC 9.4.8 cabal
The job was canceled because "_9_2_8_ubuntu-latest" failed.
|
Haskell GHC 9.4.8 cabal:
koans/basic/2/3-count-the-lines/test/Test.hs#L5
The import of ‘Data.Text’ is redundant
|
Haskell GHC 9.4.8 cabal:
koans/basic/2/3-count-the-lines/test/Test.hs#L24
• Defaulting the type variable ‘a0’ to type ‘Integer’ in the following constraints
|
Haskell GHC 9.4.8 cabal:
koans/basic/2/5-count-all-the-chars/test/Test.hs#L5
The import of ‘Data.Text’ is redundant
|
Haskell GHC 9.4.8 cabal
The operation was canceled.
|
Run hlint:
koans/basic/2/3-count-the-lines/Koan.hs#L26
Suggestion in main in module Koan: Redundant $ ▫︎ Found: "flow $ _" ▫︎ Perhaps: "flow _"
|
Run hlint:
koans/basic/2/5-count-all-the-chars/test/Test.hs#L4
Warning in module Main: Use fewer imports ▫︎ Found: "import Data.Text\nimport Data.Text as Text\n" ▫︎ Perhaps: "import Data.Text as Text\n"
|