wb | enable cardano-profile #8957
Annotations
6 warnings
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:
bench/cardano-profile/src/Cardano/Benchmarking/Profile.hs#L125
Suggestion in profilesNoEra in module Cardano.Benchmarking.Profile: Redundant bracket ▫︎ Found: "(overlay obj) . addUnusedDefaults" ▫︎ Perhaps: "overlay obj . addUnusedDefaults"
|
build:
bench/cardano-profile/src/Cardano/Benchmarking/Profile/Types.hs#L479
Suggestion in module Cardano.Benchmarking.Profile.Types: Use list comprehension ▫︎ Found: "if isJust (redeemer p) then\n [\"redeemer\" Aeson..= redeemer p]\nelse\n []" ▫︎ Perhaps: "([\"redeemer\" Aeson..= redeemer p | isJust (redeemer p)])"
|
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/
|