Skip to content

Type-safe protocol-parameters #70

Type-safe protocol-parameters

Type-safe protocol-parameters #70

Triggered via push August 10, 2023 14:07
Status Success
Total duration 1m 9s
Artifacts

check-hlint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 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 `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/Certificate.hs#L4
Warning in module Cardano.Api.Certificate: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE EmptyCase #-}"
build: cardano-api/cardano-api/internal/Cardano/Api/Eras.hs#L4
Warning in module Cardano.Api.Eras: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE LambdaCase #-}"
build: cardano-api/cardano-api/internal/Cardano/Api/Eras.hs#L5
Warning in module Cardano.Api.Eras: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE PatternSynonyms #-}"
build: cardano-api/cardano-api/internal/Cardano/Api/Eras.hs#L8
Warning in module Cardano.Api.Eras: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE StandaloneDeriving #-}"
build: cardano-api/cardano-api/internal/Cardano/Api/Eras.hs#L9
Warning in module Cardano.Api.Eras: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE TypeApplications #-}"
build: cardano-api/cardano-api/internal/Cardano/Api/Eras.hs#L11
Warning in module Cardano.Api.Eras: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE TypeOperators #-}" ▫︎ Note: may require `{-# LANGUAGE ExplicitNamespaces #-}` adding to the top of the file
build: cardano-api/cardano-api/internal/Cardano/Api/Modes.hs#L5
Warning in module Cardano.Api.Modes: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE LambdaCase #-}"
build: cardano-api/cardano-api/internal/Cardano/Api/ProtocolParameters.hs#L396
Warning in module Cardano.Api.ProtocolParameters: Use mapM ▫︎ Found: "pp & protocolParamUTxOCostPerWord & fmap (eraCastFeatured era)\n & sequence" ▫︎ Perhaps: "mapM (eraCastFeatured era) (pp & protocolParamUTxOCostPerWord)"
build: cardano-api/cardano-api/internal/Cardano/Api/ProtocolParameters.hs#L404
Warning in module Cardano.Api.ProtocolParameters: Use mapM ▫︎ Found: "pp & protocolParamUTxOCostPerByte & fmap (eraCastFeatured era)\n & sequence" ▫︎ Perhaps: "mapM (eraCastFeatured era) (pp & protocolParamUTxOCostPerByte)"
build: cardano-cli/cardano-cli/test/cardano-cli-golden/Test/Golden/ErrorsSpec.hs#L3
Warning in module Test.Golden.ErrorsSpec: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE TypeApplications #-}"