CONDA: Various fixes to allow packaging of python bindings. #3034
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 errors and 3 warnings
clang_format_pr
Process completed with exit code 1.
|
clang_format_pr:
test/PluginTest.cpp#L36
code should be clang-formatted [-Wclang-format-violations]
|
clang_format_pr:
test/PluginTest.cpp#L76
code should be clang-formatted [-Wclang-format-violations]
|
clang_format_pr
Process completed with exit code 1.
|
clang_format_pr:
test/PluginTest.cpp#L36
[clang-format] reported by reviewdog 🐶
Raw Output:
test/PluginTest.cpp:36:- std::cout << "Incorrect number of plugins were loaded.\n" << "Expected: " << COMPLEX_PLUGIN_COUNT << "\nLoaded: " << plugins.size() << "\nLoaded Plugins are:\n";
test/PluginTest.cpp:36:+ std::cout << "Incorrect number of plugins were loaded.\n"
test/PluginTest.cpp:37:+ << "Expected: " << COMPLEX_PLUGIN_COUNT << "\nLoaded: " << plugins.size() << "\nLoaded Plugins are:\n";
|
clang_format_pr:
test/PluginTest.cpp#L76
[clang-format] reported by reviewdog 🐶
Raw Output:
test/PluginTest.cpp:76:- std::cout << "Incorrect number of plugins were loaded.\n" << "Expected: " << COMPLEX_PLUGIN_COUNT << "\nLoaded: " << plugins.size() << "\nLoaded Plugins are:\n";
test/PluginTest.cpp:77:+ std::cout << "Incorrect number of plugins were loaded.\n"
test/PluginTest.cpp:78:+ << "Expected: " << COMPLEX_PLUGIN_COUNT << "\nLoaded: " << plugins.size() << "\nLoaded Plugins are:\n";
|
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/
|