Skip to content

Add cardano-ledger submodule #88

Add cardano-ledger submodule

Add cardano-ledger submodule #88

Triggered via push July 31, 2024 08:03
Status Success
Total duration 1m 59s
Artifacts

check-hlint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: rwe/actions-hlint-setup@v1, rwe/actions-hlint-run@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, rwe/actions-hlint-setup@v1, rwe/actions-hlint-run@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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-api/cardano-api/internal/Cardano/Api/ProtocolParameters.hs#L423
Warning in createPParamsUpdateIntroducedInAlonzo in module Cardano.Api.ProtocolParameters: Redundant bracket ▫︎ Found: "(AlonzoOnwardsPParams {..})" ▫︎ Perhaps: "AlonzoOnwardsPParams {..}"
build: cardano-api/cardano-api/internal/Cardano/Api/LedgerEvents/Rule/TICK/NEWEPOCH.hs#L70
Warning in handleEpochEvents in module Cardano.Api.LedgerEvents.Rule.TICK.NEWEPOCH: Redundant bracket ▫︎ Found: "(SnapEvent {})" ▫︎ Perhaps: "SnapEvent {}"
build: cardano-api/cardano-api/internal/Cardano/Api/LedgerEvents/Rule/TICK/NEWEPOCH.hs#L71
Warning in handleEpochEvents in module Cardano.Api.LedgerEvents.Rule.TICK.NEWEPOCH: Redundant bracket ▫︎ Found: "(UpecEvent {})" ▫︎ Perhaps: "UpecEvent {}"
build: cardano-api/cardano-api/internal/Cardano/Api/Tx/Sign.hs#L857
Warning in getByronTxBody in module Cardano.Api.Tx.Sign: Redundant bracket ▫︎ Found: "(Byron.ATxAux {Byron.aTaTx = txbody})" ▫︎ Perhaps: "Byron.ATxAux {Byron.aTaTx = txbody}"
build: cardano-api/cardano-api/internal/Cardano/Api/Tx/Sign.hs#L860
Warning in getTxWitnessesByron in module Cardano.Api.Tx.Sign: Redundant bracket ▫︎ Found: "(Byron.ATxAux {Byron.aTaWitness = witnesses})" ▫︎ Perhaps: "Byron.ATxAux {Byron.aTaWitness = witnesses}"
build: cardano-cli/cardano-cli/src/Cardano/CLI/Types/Errors/TxCmdError.hs#L186
Warning in renderTxCmdError in module Cardano.CLI.Types.Errors.TxCmdError: Redundant bracket ▫︎ Found: "(NodeEraMismatchError {NEM.era = valueEra, nodeEra = nodeEra})" ▫︎ Perhaps: "NodeEraMismatchError {NEM.era = valueEra, nodeEra = nodeEra}"
build: cardano-cli/cardano-cli/src/Cardano/CLI/Types/Errors/TxValidationError.hs#L114
Warning in validateTxCurrentTreasuryValue in module Cardano.CLI.Types.Errors.TxValidationError: Redundant bracket ▫︎ Found: "(TxCurrentTreasuryValue {unTxCurrentTreasuryValue})" ▫︎ Perhaps: "TxCurrentTreasuryValue {unTxCurrentTreasuryValue}"
build: cardano-cli/cardano-cli/src/Cardano/CLI/Types/Errors/TxValidationError.hs#L128
Warning in validateTxTreasuryDonation in module Cardano.CLI.Types.Errors.TxValidationError: Redundant bracket ▫︎ Found: "(TxTreasuryDonation {unTxTreasuryDonation})" ▫︎ Perhaps: "TxTreasuryDonation {unTxTreasuryDonation}"
build: cardano-ledger/eras/allegra/impl/src/Cardano/Ledger/Allegra/Scripts.hs#L317
Suggestion in getRequireMOfTimelock in module Cardano.Ledger.Allegra.Scripts: Redundant bracket ▫︎ Found: "(Int, (StrictSeq (Timelock era)))" ▫︎ Perhaps: "(Int, StrictSeq (Timelock era))"
build: cardano-ledger/eras/allegra/impl/src/Cardano/Ledger/Allegra/Transition.hs#L30
Warning in module Cardano.Ledger.Allegra.Transition: Redundant id ▫︎ Found: "const . id" ▫︎ Perhaps: "const"