Remove nsync #28750
lint.yml
on: pull_request
Optional Lint
33s
Python format
5m 1s
Lint C++
23m 11s
Lint JavaScript
25s
Annotations
14 warnings
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/
|
Python format
This run of the CodeQL Action does not have permission to access Code Scanning API endpoints. As a result, it will not be opted into any experimental features. This could be because the Action is running on a pull request from a fork. If not, please ensure the Action has the 'security-events: write' permission. Details: Resource not accessible by integration
|
Lint C++:
include/onnxruntime/core/platform/Barrier.h#L14
[cpplint] reported by reviewdog 🐶
Found C system header after other header. Should be: Barrier.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
include/onnxruntime/core/platform/Barrier.h:14: Found C system header after other header. Should be: Barrier.h, c system, c++ system, other. [build/include_order] [4]
|
Lint C++:
include/onnxruntime/core/platform/Barrier.h#L15
[cpplint] reported by reviewdog 🐶
Found C system header after other header. Should be: Barrier.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
include/onnxruntime/core/platform/Barrier.h:15: Found C system header after other header. Should be: Barrier.h, c system, c++ system, other. [build/include_order] [4]
|
Lint C++:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc#L2825
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc:2825: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
onnxruntime/core/session/inference_session.cc#L3141
[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/session/inference_session.cc:3141: If an else has a brace on one side, it should have it on both [readability/braces] [5]
|
Lint C++:
onnxruntime/test/onnx/TestResultStat.h#L10
[cpplint] reported by reviewdog 🐶
Found C system header after C++ system header. Should be: TestResultStat.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/test/onnx/TestResultStat.h:10: Found C system header after C++ system header. Should be: TestResultStat.h, c system, c++ system, other. [build/include_order] [4]
|
Lint C++:
onnxruntime/test/perftest/performance_runner.h#L17
[cpplint] reported by reviewdog 🐶
<mutex> is an unapproved C++11 header. [build/c++11] [5]
Raw Output:
onnxruntime/test/perftest/performance_runner.h:17: <mutex> is an unapproved C++11 header. [build/c++11] [5]
|
Lint C++:
onnxruntime/test/perftest/performance_runner.h#L18
[cpplint] reported by reviewdog 🐶
<condition_variable> is an unapproved C++11 header. [build/c++11] [5]
Raw Output:
onnxruntime/test/perftest/performance_runner.h:18: <condition_variable> is an unapproved C++11 header. [build/c++11] [5]
|