Skip to content

Implementation of TreeEnsemble ai.onnx.ml==5 #36748

Implementation of TreeEnsemble ai.onnx.ml==5

Implementation of TreeEnsemble ai.onnx.ml==5 #36748

Triggered via pull request November 19, 2024 17:59
Status Success
Total duration 31m 12s
Artifacts

lint.yml

on: pull_request
Optional Lint
36s
Optional Lint
Python format
3m 14s
Python format
Optional Lint C++
31m 0s
Optional Lint C++
Lint JavaScript
37s
Lint JavaScript
Fit to window
Zoom out
Zoom in

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#L178
[misspell] reported by reviewdog 🐶 "seperated" is a misspelling of "separated" Raw Output: ./onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:178: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_aggregator.h#L112
[cpplint] reported by reviewdog 🐶 You don't need a ; after a } [readability/braces] [4] Raw Output: onnxruntime/core/providers/cpu/ml/tree_ensemble_aggregator.h:112: You don't need a ; after a } [readability/braces] [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]