Change libonnxruntime.so's SONAME: remove the minor and patch version. #31570
Annotations
1 error and 10 warnings
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
include/onnxruntime/core/common/common.h#L23
[cpplint] reported by reviewdog 🐶
<chrono> is an unapproved C++11 header. [build/c++11] [5]
Raw Output:
include/onnxruntime/core/common/common.h:23: <chrono> is an unapproved C++11 header. [build/c++11] [5]
|
include/onnxruntime/core/common/common.h#L96
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/common/common.h:96: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
include/onnxruntime/core/common/common.h#L252
[cpplint] reported by reviewdog 🐶
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Raw Output:
include/onnxruntime/core/common/common.h:252: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|
include/onnxruntime/core/common/common.h#L257
[cpplint] reported by reviewdog 🐶
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Raw Output:
include/onnxruntime/core/common/common.h:257: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|
include/onnxruntime/core/common/const_pointer_container.h#L53
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
include/onnxruntime/core/common/const_pointer_container.h:53: You don't need a ; after a } [readability/braces] [4]
|
include/onnxruntime/core/common/eigen_common_wrapper.h#L8
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
include/onnxruntime/core/common/eigen_common_wrapper.h:8: Include the directory when naming header files [build/include_subdir] [4]
|
include/onnxruntime/core/common/eigen_common_wrapper.h#L10
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/common/eigen_common_wrapper.h:10: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
include/onnxruntime/core/common/eigen_common_wrapper.h#L30
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/common/eigen_common_wrapper.h:30: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
include/onnxruntime/core/common/exceptions.h#L20
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/common/exceptions.h:20: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
include/onnxruntime/core/common/exceptions.h#L20
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
include/onnxruntime/core/common/exceptions.h:20: You don't need a ; after a } [readability/braces] [4]
|
This job failed
Loading