[WIP] Out-Tree EP feature #33366
Annotations
1 error and 10 warnings
Run reviewdog/action-cpplint@master
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
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/framework/ort_type_constraints.h#L6
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: ort_type_constraints.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
include/onnxruntime/core/framework/ort_type_constraints.h:6: Found C++ system header after other header. Should be: ort_type_constraints.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/framework/ort_type_constraints.h#L7
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: ort_type_constraints.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
include/onnxruntime/core/framework/ort_type_constraints.h:7: Found C++ system header after other header. Should be: ort_type_constraints.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/framework/ort_type_constraints.h#L8
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: ort_type_constraints.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
include/onnxruntime/core/framework/ort_type_constraints.h:8: Found C++ system header after other header. Should be: ort_type_constraints.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/framework/ort_type_constraints.h#L12
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/framework/ort_type_constraints.h:12: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/framework/ort_type_constraints.h#L12
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
include/onnxruntime/core/framework/ort_type_constraints.h:12: You don't need a ; after a } [readability/braces] [4]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/framework/ort_type_constraints.h#L13
[cpplint] reported by reviewdog 🐶
private: should be indented +1 space inside struct OrtTypeConstraints [whitespace/indent] [3]
Raw Output:
include/onnxruntime/core/framework/ort_type_constraints.h:13: private: should be indented +1 space inside struct OrtTypeConstraints [whitespace/indent] [3]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/session/environment.h#L106
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/session/environment.h:106: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/session/environment.h#L106
[cpplint] reported by reviewdog 🐶
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/session/environment.h:106: Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/session/onnxruntime_c_api.h#L729
[cpplint] reported by reviewdog 🐶
At least two spaces is best between code and comments [whitespace/comments] [2]
Raw Output:
include/onnxruntime/core/session/onnxruntime_c_api.h:729: At least two spaces is best between code and comments [whitespace/comments] [2]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/session/onnxruntime_c_api.h#L742
[cpplint] reported by reviewdog 🐶
Using deprecated casting style. Use static_cast<int>(...) instead [readability/casting] [4]
Raw Output:
include/onnxruntime/core/session/onnxruntime_c_api.h:742: Using deprecated casting style. Use static_cast<int>(...) instead [readability/casting] [4]
|
Loading