Implementation of TreeEnsemble ai.onnx.ml==5 #36742
Triggered via pull request
November 19, 2024 12:47
Status
Success
Total duration
31m 21s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
42s
Python format
3m 12s
Optional Lint C++
31m 9s
Lint JavaScript
36s
Annotations
1 error and 15 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:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h#L173
[misspell] reported by reviewdog 🐶
"seperated" is a misspelling of "separated"
Raw Output:
./onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:173:29: "seperated" is a misspelling of "separated"
|
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++:
onnxruntime/core/providers/cpu/ml/tree_ensemble.cc#L30
[cpplint] reported by reviewdog 🐶
Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble.cc:30: Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble.cc#L37
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble.cc:37: Add #include <string> for string [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h#L5
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h:5: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h#L16
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h:16: Add #include <string> for string [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h#L22
[cpplint] reported by reviewdog 🐶
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h:22: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h#L9
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:9: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h#L10
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:10: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h#L11
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: tree_ensemble_attribute.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:11: Found C++ system header after other header. Should be: tree_ensemble_attribute.h, c system, c++ system, other. [build/include_order] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h#L119
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:119: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h#L86
[cpplint] reported by reviewdog 🐶
Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:86: Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
|