UTxO-HD targeting main #8852
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/Run.hs#L2
Warning in module Cardano.Node.Run: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE PatternSynonyms #-}"
|
build:
cardano-node/src/Cardano/Node/Run.hs#L12
Warning in module Cardano.Node.Run: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE TupleSections #-}"
|
build:
cardano-node/src/Cardano/Node/Run.hs#L15
Warning in module Cardano.Node.Run: Use fewer LANGUAGE pragmas ▫︎ Found: "{-# LANGUAGE TypeApplications #-}\n{-# LANGUAGE TypeApplications #-}\n" ▫︎ Perhaps: "{-# LANGUAGE TypeApplications #-}"
|
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:
cardano-node/src/Cardano/Node/Tracing/Tracers/ChainDB.hs#L1580
Warning in module Cardano.Node.Tracing.Tracers.ChainDB: Redundant bracket ▫︎ Found: "(LedgerDB.TraceForkerEventWithKey)" ▫︎ Perhaps: "LedgerDB.TraceForkerEventWithKey"
|