STYLE: Standardize I/O Naming to Read/Write #3261
Annotations
8 errors and 5 warnings
|
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp#L1012
code should be clang-formatted [-Wclang-format-violations]
|
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp#L1013
code should be clang-formatted [-Wclang-format-violations]
|
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp#L1020
code should be clang-formatted [-Wclang-format-violations]
|
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp#L1024
code should be clang-formatted [-Wclang-format-violations]
|
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp#L1025
code should be clang-formatted [-Wclang-format-violations]
|
src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/ReadH5EbsdFilter.cpp#L59
code should be clang-formatted [-Wclang-format-violations]
|
|
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp#L1013
[clang-format] reported by reviewdog 🐶
Raw Output:
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp:1013:- "to_file",
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp:1014:- [](Pipeline& self, const std::string& name, const std::filesystem::path& path) {
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp:1013:+ "to_file",
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp:1014:+ [](Pipeline& self, const std::string& name, const std::filesystem::path& path) {
|
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp#L1020
[clang-format] reported by reviewdog 🐶
Raw Output:
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp:1020:- "name"_a,
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp:1021:- "path"_a);
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp:1020:+ "name"_a, "path"_a);
|
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp#L1024
[clang-format] reported by reviewdog 🐶
Raw Output:
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp:1024:- "__getitem__",
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp:1025:- [](Pipeline& self, Pipeline::index_type index) { return self.at(index); },
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp:1026:- py::return_value_policy::reference_internal);
src/Plugins/ComplexCore/wrapping/python/complexpy.cpp:1023:+ "__getitem__", [](Pipeline& self, Pipeline::index_type index) { return self.at(index); }, py::return_value_policy::reference_internal);
|
src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/ReadH5EbsdFilter.cpp#L59
[clang-format] reported by reviewdog 🐶
Raw Output:
src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/ReadH5EbsdFilter.cpp:59:- params.insert(std::make_unique<H5EbsdReaderParameter>(k_ReadH5EbsdParameter_Key, "Import H5Ebsd File", "Object that holds all relevant information to import data from the file.", H5EbsdReaderParameter::ValueType{}));
src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/ReadH5EbsdFilter.cpp:59:+ params.insert(std::make_unique<H5EbsdReaderParameter>(k_ReadH5EbsdParameter_Key, "Import H5Ebsd File", "Object that holds all relevant information to import data from the file.",
src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/ReadH5EbsdFilter.cpp:60:+ H5EbsdReaderParameter::ValueType{}));
|
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/
|
The logs for this run have expired and are no longer available.
Loading