bench: Introduce DDoS protection middleware (wai) to cardano-tracer #6492
IOG Hydra / ci/hydra-build:x86_64-linux.nonrequired
failed
Mar 19, 2026 in 1m 9s
Build dependency failed
1 failed steps
Details
Failed Steps
Step 1
Derivation
/nix/store/21m7h1nc1hsfxsjmixck6hd55ydbyjzv-hlint-check.drv
Log
cardano-tracer/src/Cardano/Tracer/Acceptors/Client.hs:2:1-36: Warning: Unused LANGUAGE pragma
Found:
{-# LANGUAGE OverloadedRecordDot #-}
Perhaps you should remove it.
cardano-tracer/src/Cardano/Tracer/Acceptors/Client.hs:201:38-42: Suggestion: Redundant where
Found:
where
Perhaps you should remove it.
2 hints
=====================================================================
Note: to ignore a particular hint (e.g. "Reduce duplication"), write
this in the source file:
{-# ANN module ("HLint: ignore Reduce duplication" :: Text) #-}
You can also apply it just to a particular function, which is better:
{-# ANN funcName ("HLint: ignore Reduce duplication" :: Text) #-}
Loading