Skip to content

feat(cxx sdk): support multi-thread, fix package logic and quickstart #7924

feat(cxx sdk): support multi-thread, fix package logic and quickstart

feat(cxx sdk): support multi-thread, fix package logic and quickstart #7924

Triggered via pull request June 26, 2023 04:30
Status Success
Total duration 3m 10s
Artifacts

style.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
pylint
Process completed with exit code 2.
cpplint: demo/cxx_quickstart/quickstart.cxx#L5
[cpplint] reported by reviewdog 🐶 Include the directory when naming header files [build/include_subdir] [4] Raw Output: demo/cxx_quickstart/quickstart.cxx:5: Include the directory when naming header files [build/include_subdir] [4]
cpplint: demo/cxx_quickstart/quickstart.cxx#L9
[cpplint] reported by reviewdog 🐶 { should almost always be at the end of the previous line [whitespace/braces] [4] Raw Output: demo/cxx_quickstart/quickstart.cxx:9: { should almost always be at the end of the previous line [whitespace/braces] [4]
cpplint: demo/cxx_quickstart/quickstart.cxx#L44
[cpplint] reported by reviewdog 🐶 Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4] Raw Output: demo/cxx_quickstart/quickstart.cxx:44: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
cpplint: demo/cxx_quickstart/quickstart.cxx#L93
[cpplint] reported by reviewdog 🐶 Could not find a newline character at the end of the file. [whitespace/ending_newline] [5] Raw Output: demo/cxx_quickstart/quickstart.cxx:93: Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]