FILTER: Initialize Data (Initialize Data Rework) #3286
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 errors and 3 warnings
clang_format_pr
Process completed with exit code 1.
|
clang_format_pr:
src/Plugins/ComplexCore/src/ComplexCore/Filters/InitializeImageGeomCellData.cpp#L322
code should be clang-formatted [-Wclang-format-violations]
|
clang_format_pr:
src/Plugins/ComplexCore/test/InitializeImageGeomCellDataTest.cpp#L25
code should be clang-formatted [-Wclang-format-violations]
|
clang_format_pr:
src/Plugins/ComplexCore/test/InitializeImageGeomCellDataTest.cpp#L25
code should be clang-formatted [-Wclang-format-violations]
|
clang_format_pr
Process completed with exit code 1.
|
clang_format_pr:
src/Plugins/ComplexCore/src/ComplexCore/Filters/InitializeImageGeomCellData.cpp#L322
[clang-format] reported by reviewdog 🐶
Raw Output:
src/Plugins/ComplexCore/src/ComplexCore/Filters/InitializeImageGeomCellData.cpp:322:-Result<> InitializeImageGeomCellData::executeImpl(DataStructure& data, const Arguments& args, const PipelineFilter* pipelineNode, const MessageHandler& messageHandler, const std::atomic_bool& shouldCancel) const
src/Plugins/ComplexCore/src/ComplexCore/Filters/InitializeImageGeomCellData.cpp:322:+Result<> InitializeImageGeomCellData::executeImpl(DataStructure& data, const Arguments& args, const PipelineFilter* pipelineNode, const MessageHandler& messageHandler,
src/Plugins/ComplexCore/src/ComplexCore/Filters/InitializeImageGeomCellData.cpp:323:+ const std::atomic_bool& shouldCancel) const
|
clang_format_pr:
src/Plugins/ComplexCore/test/InitializeImageGeomCellDataTest.cpp#L25
[clang-format] reported by reviewdog 🐶
Raw Output:
src/Plugins/ComplexCore/test/InitializeImageGeomCellDataTest.cpp:25:-Arguments CreateArgs(std::vector<DataPath> cellArrayPaths, DataPath imageGeomPath, uint64 xMin, uint64 yMin, uint64 zMin, uint64 xMax, uint64 yMax, uint64 zMax, InitializeImageGeomCellData::InitType initType,
src/Plugins/ComplexCore/test/InitializeImageGeomCellDataTest.cpp:26:- float64 initValue, std::pair<float64, float64> initRange)
src/Plugins/ComplexCore/test/InitializeImageGeomCellDataTest.cpp:25:+Arguments CreateArgs(std::vector<DataPath> cellArrayPaths, DataPath imageGeomPath, uint64 xMin, uint64 yMin, uint64 zMin, uint64 xMax, uint64 yMax, uint64 zMax,
src/Plugins/ComplexCore/test/InitializeImageGeomCellDataTest.cpp:26:+ InitializeImageGeomCellData::InitType initType, float64 initValue, std::pair<float64, float64> initRange)
|
clang_format_pr
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ammaraskar/gcc-problem-matcher@a141586609e2a558729b99a8c574c048f7f56204. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|