Skip to content

Commit

Permalink
ci: Fix Hlint warning in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
OlaoluwaM committed Feb 14, 2025
1 parent 058c146 commit 953495d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion freckle-http/library/Freckle/App/Test/Http/MatchRequest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ showMatchRequestWithMismatches :: MatchRequest -> NonEmpty String -> String
showMatchRequestWithMismatches mr mismatches =
showMatchRequest mr
<> "\nMismatches {"
<> concatMap ("\n " <>) (toList mismatches)
<> concatMap ("\n " <>) mismatches
<> "\n}"
<> "\n"

Expand Down
6 changes: 6 additions & 0 deletions hie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ cradle:
- path: "freckle-app/tests"
component: "freckle-app:test:spec"

- path: "freckle-ecs/library"
component: "freckle-ecs:lib"

- path: "freckle-env/library"
component: "freckle-env:lib"

Expand Down Expand Up @@ -41,3 +44,6 @@ cradle:

- path: "freckle-prelude/library"
component: "freckle-prelude:lib"

- path: "freckle-stats/library"
component: "freckle-stats:lib"

0 comments on commit 953495d

Please sign in to comment.