Ort openvino npu 1.17 master #27442
lint.yml
on: pull_request
Optional Lint
33s
Python format
4m 59s
Lint C++
23m 0s
Lint JavaScript
28s
Annotations
1 error and 14 warnings
Python format
Process completed with exit code 1.
|
Python format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint C++:
onnxruntime/core/providers/openvino/backends/basic_backend.cc#L161
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/openvino/backends/basic_backend.cc:161: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
onnxruntime/core/providers/openvino/openvino_provider_factory.cc#L159
[cpplint] reported by reviewdog 🐶
If an else has a brace on one side, it should have it on both [readability/braces] [5]
Raw Output:
onnxruntime/core/providers/openvino/openvino_provider_factory.cc:159: If an else has a brace on one side, it should have it on both [readability/braces] [5]
|
Lint C++:
onnxruntime/core/providers/openvino/openvino_provider_factory.cc#L162
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/openvino/openvino_provider_factory.cc:162: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
onnxruntime/python/onnxruntime_pybind_state.cc#L941
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/python/onnxruntime_pybind_state.cc:941: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
onnxruntime/python/onnxruntime_pybind_state.cc#L942
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/python/onnxruntime_pybind_state.cc:942: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
onnxruntime/python/onnxruntime_pybind_state.cc#L942
[cpplint] reported by reviewdog 🐶
Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
Raw Output:
onnxruntime/python/onnxruntime_pybind_state.cc:942: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
|
Lint C++:
onnxruntime/python/onnxruntime_pybind_state.cc#L948
[cpplint] reported by reviewdog 🐶
Missing space before { [whitespace/braces] [5]
Raw Output:
onnxruntime/python/onnxruntime_pybind_state.cc:948: Missing space before { [whitespace/braces] [5]
|
Lint C++:
onnxruntime/python/onnxruntime_pybind_state.cc#L984
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/python/onnxruntime_pybind_state.cc:984: Lines should be <= 120 characters long [whitespace/line_length] [2]
|