Skip to content

Type-safe protocol-parameters #73

Type-safe protocol-parameters

Type-safe protocol-parameters #73

Triggered via push August 10, 2023 14:32
Status Success
Total duration 1m 45s
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-cli/cardano-cli/test/cardano-cli-golden/Test/Golden/ErrorsSpec.hs#L3
Warning in module Test.Golden.ErrorsSpec: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE TypeApplications #-}"
build: hedgehog-extras/src/Hedgehog/Extras/Test/Process.hs#L174
Suggestion in execFlex' in module Hedgehog.Extras.Test.Process: Redundant $ ▫︎ Found: "L.unlines\n $ [\"Process exited with non-zero exit-code\", \"━━━━ command ━━━━\",\n pkgBin <> \" \" <> L.unwords (fmap argQuote arguments),\n \"━━━━ stdout ━━━━\", stdout, \"━━━━ stderr ━━━━\", stderr,\n \"━━━━ exit code ━━━━\", show @int exitCode]" ▫︎ Perhaps: "L.unlines\n [\"Process exited with non-zero exit-code\", \"━━━━ command ━━━━\",\n pkgBin <> \" \" <> L.unwords (fmap argQuote arguments),\n \"━━━━ stdout ━━━━\", stdout, \"━━━━ stderr ━━━━\", stderr,\n \"━━━━ exit code ━━━━\", show @int exitCode]"
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/