Enable Arm Compute Library 23.08 #23516
lint.yml
on: pull_request
Optional Lint
28s
Python format
5m 5s
Lint C++
22m 39s
Lint JavaScript
24s
Annotations
13 warnings
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/acl/nn/batch_norm.cc#L48
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/acl/nn/batch_norm.cc:48: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
onnxruntime/core/providers/acl/nn/conv.cc#L230
[cpplint] reported by reviewdog 🐶
Using deprecated casting style. Use static_cast<bool>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/core/providers/acl/nn/conv.cc:230: Using deprecated casting style. Use static_cast<bool>(...) instead [readability/casting] [4]
|
Lint C++:
onnxruntime/core/providers/acl/nn/conv.cc#L232
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/acl/nn/conv.cc:232: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
onnxruntime/core/providers/acl/nn/conv.cc#L236
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/acl/nn/conv.cc:236: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
onnxruntime/core/providers/acl/nn/conv.cc#L237
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/acl/nn/conv.cc:237: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
onnxruntime/core/providers/acl/nn/pool.cc#L71
[cpplint] reported by reviewdog 🐶
Closing ) should be moved to the previous line [whitespace/parens] [2]
Raw Output:
onnxruntime/core/providers/acl/nn/pool.cc:71: Closing ) should be moved to the previous line [whitespace/parens] [2]
|
Lint C++:
onnxruntime/core/providers/acl/tensor/concat.cc#L13
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: concat.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/acl/tensor/concat.cc:13: Found C++ system header after other header. Should be: concat.h, c system, c++ system, other. [build/include_order] [4]
|
Lint C++:
onnxruntime/core/providers/acl/tensor/concat.cc#L105
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/acl/tensor/concat.cc:105: Lines should be <= 120 characters long [whitespace/line_length] [2]
|