Skip to content

Update to latest main #67

Update to latest main

Update to latest main #67

Triggered via push July 17, 2023 14:43
Status Success
Total duration 39s
Artifacts

check-hlint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 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#L486
Suggestion in toShelleyCertificateAtLeastConway in module Cardano.Api.Certificate: Use record patterns ▫︎ Found: "GenesisKeyDelegationCertificate _ _ _" ▫︎ Perhaps: "GenesisKeyDelegationCertificate {}"
build: cardano-cli/cardano-cli/src/Cardano/CLI/Parsers.hs#L40
Suggestion in pref in module Cardano.CLI.Parsers: Redundant $ ▫︎ Found: "helpEmbedBriefDesc $ PP.align" ▫︎ Perhaps: "helpEmbedBriefDesc PP.align"
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/