Skip to content

Release 10.2.0

Release 10.2.0 #8764

Triggered via pull request December 12, 2024 23:02
Status Success
Total duration 1m 2s
Artifacts

check-hlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: cardano-node/src/Cardano/Node/Protocol/Cardano.hs#L178
Suggestion in mkSomeConsensusProtocolCardano in module Cardano.Node.Protocol.Cardano: Replace case with maybe ▫︎ Found: "case npcTestShelleyHardForkAtEpoch of\n Nothing -> Consensus.CardanoTriggerHardForkAtDefaultVersion\n Just epochNo -> Consensus.CardanoTriggerHardForkAtEpoch epochNo" ▫︎ Perhaps: "maybe\n Consensus.CardanoTriggerHardForkAtDefaultVersion\n Consensus.CardanoTriggerHardForkAtEpoch\n npcTestShelleyHardForkAtEpoch"
build: cardano-node/src/Cardano/Node/Protocol/Cardano.hs#L204
Suggestion in mkSomeConsensusProtocolCardano in module Cardano.Node.Protocol.Cardano: Replace case with maybe ▫︎ Found: "case npcTestAllegraHardForkAtEpoch of\n Nothing -> Consensus.CardanoTriggerHardForkAtDefaultVersion\n Just epochNo -> Consensus.CardanoTriggerHardForkAtEpoch epochNo" ▫︎ Perhaps: "maybe\n Consensus.CardanoTriggerHardForkAtDefaultVersion\n Consensus.CardanoTriggerHardForkAtEpoch\n npcTestAllegraHardForkAtEpoch"
build: cardano-node/src/Cardano/Node/Protocol/Cardano.hs#L208
Suggestion in mkSomeConsensusProtocolCardano in module Cardano.Node.Protocol.Cardano: Replace case with maybe ▫︎ Found: "case npcTestMaryHardForkAtEpoch of\n Nothing -> Consensus.CardanoTriggerHardForkAtDefaultVersion\n Just epochNo -> Consensus.CardanoTriggerHardForkAtEpoch epochNo" ▫︎ Perhaps: "maybe\n Consensus.CardanoTriggerHardForkAtDefaultVersion\n Consensus.CardanoTriggerHardForkAtEpoch npcTestMaryHardForkAtEpoch"
build: cardano-node/src/Cardano/Node/Protocol/Cardano.hs#L212
Suggestion in mkSomeConsensusProtocolCardano in module Cardano.Node.Protocol.Cardano: Replace case with maybe ▫︎ Found: "case npcTestAlonzoHardForkAtEpoch of\n Nothing -> Consensus.CardanoTriggerHardForkAtDefaultVersion\n Just epochNo -> Consensus.CardanoTriggerHardForkAtEpoch epochNo" ▫︎ Perhaps: "maybe\n Consensus.CardanoTriggerHardForkAtDefaultVersion\n Consensus.CardanoTriggerHardForkAtEpoch\n npcTestAlonzoHardForkAtEpoch"
build: cardano-node/src/Cardano/Node/Protocol/Cardano.hs#L216
Suggestion in mkSomeConsensusProtocolCardano in module Cardano.Node.Protocol.Cardano: Replace case with maybe ▫︎ Found: "case npcTestBabbageHardForkAtEpoch of\n Nothing -> Consensus.CardanoTriggerHardForkAtDefaultVersion\n Just epochNo -> Consensus.CardanoTriggerHardForkAtEpoch epochNo" ▫︎ Perhaps: "maybe\n Consensus.CardanoTriggerHardForkAtDefaultVersion\n Consensus.CardanoTriggerHardForkAtEpoch\n npcTestBabbageHardForkAtEpoch"
build: cardano-node/src/Cardano/Node/Protocol/Cardano.hs#L220
Suggestion in mkSomeConsensusProtocolCardano in module Cardano.Node.Protocol.Cardano: Replace case with maybe ▫︎ Found: "case npcTestConwayHardForkAtEpoch of\n Nothing -> Consensus.CardanoTriggerHardForkAtDefaultVersion\n Just epochNo -> Consensus.CardanoTriggerHardForkAtEpoch epochNo" ▫︎ Perhaps: "maybe\n Consensus.CardanoTriggerHardForkAtDefaultVersion\n Consensus.CardanoTriggerHardForkAtEpoch\n npcTestConwayHardForkAtEpoch"
build: trace-forward/src/Trace/Forward/Protocol/DataPoint/Type.hs#L2
Warning in module Trace.Forward.Protocol.DataPoint.Type: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE EmptyCase #-}"
build: trace-forward/src/Trace/Forward/Protocol/TraceObject/Forwarder.hs#L8
Warning in module Trace.Forward.Protocol.TraceObject.Forwarder: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE TypeApplications #-}"
build: trace-forward/src/Trace/Forward/Protocol/TraceObject/Type.hs#L5
Warning in module Trace.Forward.Protocol.TraceObject.Type: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE EmptyCase #-}"
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/