Prototype a timeseries framework (WIP) #10716
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:
timeseries-io/src/Cardano/Timeseries/Store/Tree.hs#L31
Suggestion in module Cardano.Timeseries.Store.Tree: Use list literal ▫︎ Found: "Point ls v : []" ▫︎ Perhaps: "[Point ls v]"
|
|
build:
timeseries-io/app/Main.hs#L25
Warning in module Main: Use fewer imports ▫︎ Found: "import Cardano.Logging.Resources ( readResourceStats )\nimport Cardano.Logging.Resources ( ResourceStats )\nimport Cardano.Logging.Resources ( Resources(..) )\n" ▫︎ Perhaps: "import Cardano.Logging.Resources\n ( readResourceStats, ResourceStats, Resources(..) )\n"
|
|
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/
|