Replace some old file system calls with C++17 std::filesystem APIs. #25538
Annotations
2 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/test/onnx/TestCase.cc#L514
[cpplint] reported by reviewdog 🐶
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw Output:
onnxruntime/test/onnx/TestCase.cc:514: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/onnx/onnx_model_info.h#L25
[cpplint] reported by reviewdog 🐶
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
Raw Output:
onnxruntime/test/onnx/onnx_model_info.h:25: Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
|
The logs for this run have expired and are no longer available.
Loading