Update ruff and clang-format versions #31986
lint.yml
on: pull_request
Optional Lint
36s
Python format
3m 42s
Lint C++
13m 28s
Lint JavaScript
27s
Annotations
1 error and 16 warnings
Lint C++
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
|
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 following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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++:
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]
|
Lint C++:
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]
|
Lint C++:
include/onnxruntime/core/common/exceptions.h#L21
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/common/exceptions.h:21: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
include/onnxruntime/core/common/exceptions.h#L21
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
include/onnxruntime/core/common/exceptions.h:21: You don't need a ; after a } [readability/braces] [4]
|
Lint C++:
include/onnxruntime/core/common/exceptions.h#L26
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
include/onnxruntime/core/common/exceptions.h:26: You don't need a ; after a } [readability/braces] [4]
|
Lint C++:
include/onnxruntime/core/framework/stream_handles.h#L35
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
include/onnxruntime/core/framework/stream_handles.h:35: You don't need a ; after a } [readability/braces] [4]
|
Lint C++:
include/onnxruntime/core/platform/Barrier.h#L79
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
include/onnxruntime/core/platform/Barrier.h:79: You don't need a ; after a } [readability/braces] [4]
|
Lint C++:
include/onnxruntime/core/platform/EigenNonBlockingThreadPool.h#L222
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
include/onnxruntime/core/platform/EigenNonBlockingThreadPool.h:222: You don't need a ; after a } [readability/braces] [4]
|
Lint C++:
include/onnxruntime/core/platform/EigenNonBlockingThreadPool.h#L225
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
include/onnxruntime/core/platform/EigenNonBlockingThreadPool.h:225: You don't need a ; after a } [readability/braces] [4]
|
Lint C++:
include/onnxruntime/core/platform/EigenNonBlockingThreadPool.h#L227
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
include/onnxruntime/core/platform/EigenNonBlockingThreadPool.h:227: You don't need a ; after a } [readability/braces] [4]
|