Skip to content

Commit

Permalink
fix: workaround for building hstream (#1790)
Browse files Browse the repository at this point in the history
Remove 'ANN module's, which relates to #1769
  • Loading branch information
4eUeP committed Apr 10, 2024
1 parent a3ee52e commit 39ccb34
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .hlint.yaml
Expand Up @@ -2,3 +2,4 @@
- ignore: {name: "Use if"}
- ignore: {name: "Redundant bracket"}
- ignore: {name: "Redundant $"}
- ignore: {name: "Use head"}
2 changes: 0 additions & 2 deletions common/stats/test/HStream/StatsSpec.hs
Expand Up @@ -13,8 +13,6 @@ import HStream.Base (runConc, setupFatalSignalHandler)
import HStream.Stats
import HStream.StatsSpecUtils (mkTimeSeriesTest)

{-# ANN module ("HLint: ignore Use head" :: String) #-}

spec :: Spec
spec = do
runIO setupFatalSignalHandler
Expand Down
2 changes: 0 additions & 2 deletions common/stats/test/HStream/StatsSpecUtils.hs
Expand Up @@ -9,8 +9,6 @@ import Z.Data.CBytes (CBytes)

import HStream.Stats (StatsHolder, resetStatsHolder)

{-# ANN module ("HLint: ignore Use head" :: String) #-}

mkTimeSeriesTest
:: StatsHolder
-> [Int]
Expand Down

0 comments on commit 39ccb34

Please sign in to comment.