Model Builder API #37515
lint.yml
on: pull_request
Optional Lint
40s
Python format
3m 15s
Optional Lint C++
30m 37s
Lint JavaScript
36s
Annotations
1 error and 19 warnings
Optional 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
|
Optional Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Optional Lint:
include/onnxruntime/core/session/onnxruntime_c_api.h#L5267
[misspell] reported by reviewdog 🐶
"wtih" is a misspelling of "with"
Raw Output:
./include/onnxruntime/core/session/onnxruntime_c_api.h:5267:44: "wtih" is a misspelling of "with"
|
Optional Lint:
include/onnxruntime/core/session/onnxruntime_c_api.h#L5283
[misspell] reported by reviewdog 🐶
"wtih" is a misspelling of "with"
Raw Output:
./include/onnxruntime/core/session/onnxruntime_c_api.h:5283:44: "wtih" is a misspelling of "with"
|
Optional Lint:
onnxruntime/test/shared_lib/test_model_builder_api.cc#L80
[misspell] reported by reviewdog 🐶
"initalizer" is a misspelling of "initializer"
Raw Output:
./onnxruntime/test/shared_lib/test_model_builder_api.cc:80:31: "initalizer" is a misspelling of "initializer"
|
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/
|
Optional Lint C++
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Optional Lint C++:
include/onnxruntime/core/graph/graph_viewer.h#L198
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/graph/graph_viewer.h:198: Add #include <string> for string [build/include_what_you_use] [4]
|
Optional Lint C++:
include/onnxruntime/core/session/onnxruntime_cxx_api.h#L2678
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_api.h:2678: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Optional Lint C++:
include/onnxruntime/core/session/onnxruntime_cxx_inline.h#L2434
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_inline.h:2434: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Optional Lint C++:
include/onnxruntime/core/session/onnxruntime_cxx_inline.h#L2446
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_inline.h:2446: Add #include <string> for string [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/framework/tensor_type_and_shape.cc#L108
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for max [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/framework/tensor_type_and_shape.cc:108: Add #include <algorithm> for max [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/graph/graph.cc#L5746
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/graph/graph.cc:5746: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/graph/graph.cc#L5876
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/graph/graph.cc:5876: Add #include <string> for string [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/graph/graph.cc#L5876
[cpplint] reported by reviewdog 🐶
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/graph/graph.cc:5876: Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/graph/graph.cc#L5881
[cpplint] reported by reviewdog 🐶
Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/graph/graph.cc:5881: Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/graph/model_builder_api_types.h#L42
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/graph/model_builder_api_types.h:42: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|