Skip to content

WIP show what the golden help file would look like

bfc3275
Select commit
Loading
Failed to load commit list.
Closed

cardano-testnet: show in types the two scenarios that are supported #6155

WIP show what the golden help file would look like
bfc3275
Select commit
Loading
Failed to load commit list.
IOG Hydra / ci/hydra-build:x86_64-linux.native.variants.ghc96.checks/hlint failed Mar 17, 2025 in 1m 4s

Build failed

1 failed steps

Details

Failed Steps

Step 1

Derivation

/nix/store/8vjw6aczx24i2s3dwyxlqxcmay5wscv8-hlint-check.drv

Log

cardano-testnet/src/Testnet/Start/Types.hs:4:1-35: Warning: Unused LANGUAGE pragma
Found:
  {-# LANGUAGE NumericUnderscores #-}
Perhaps you should remove it.

1 hint
=====================================================================
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) #-}