update trt, decode modules #43
Annotations
1 error and 11 warnings
cpplint
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cpplint:
modules/app_yolo/architecture/decodeprocessor.cpp#L160
[cpplint] reported by reviewdog 🐶
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Raw Output:
modules/app_yolo/architecture/decodeprocessor.cpp:160: { should almost always be at the end of the previous line [whitespace/braces] [4]
|
cpplint:
modules/app_yolo/architecture/decodeprocessor.cpp#L221
[cpplint] reported by reviewdog 🐶
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Raw Output:
modules/app_yolo/architecture/decodeprocessor.cpp:221: { should almost always be at the end of the previous line [whitespace/braces] [4]
|
cpplint:
modules/app_yolo/architecture/decodeprocessor.cpp#L257
[cpplint] reported by reviewdog 🐶
Missing space before ( in if( [whitespace/parens] [5]
Raw Output:
modules/app_yolo/architecture/decodeprocessor.cpp:257: Missing space before ( in if( [whitespace/parens] [5]
|
cpplint:
modules/app_yolo/architecture/preprocessor.cpp#L89
[cpplint] reported by reviewdog 🐶
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Raw Output:
modules/app_yolo/architecture/preprocessor.cpp:89: { should almost always be at the end of the previous line [whitespace/braces] [4]
|
cpplint:
modules/app_yolo/architecture/preprocessor.cpp#L114
[cpplint] reported by reviewdog 🐶
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Raw Output:
modules/app_yolo/architecture/preprocessor.cpp:114: { should almost always be at the end of the previous line [whitespace/braces] [4]
|
cpplint:
modules/app_yolo/architecture/preprocessor.cpp#L134
[cpplint] reported by reviewdog 🐶
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Raw Output:
modules/app_yolo/architecture/preprocessor.cpp:134: { should almost always be at the end of the previous line [whitespace/braces] [4]
|
cpplint:
modules/app_yolo/architecture/trt_infer.cpp#L117
[cpplint] reported by reviewdog 🐶
Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
Raw Output:
modules/app_yolo/architecture/trt_infer.cpp:117: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
|
cpplint:
modules/common/utils/std_cmake.h#L29
[cpplint] reported by reviewdog 🐶
At least two spaces is best between code and comments [whitespace/comments] [2]
Raw Output:
modules/common/utils/std_cmake.h:29: At least two spaces is best between code and comments [whitespace/comments] [2]
|
cpplint:
modules/common/utils/std_cmake.h#L29
[cpplint] reported by reviewdog 🐶
Should have a space between // and comment [whitespace/comments] [4]
Raw Output:
modules/common/utils/std_cmake.h:29: Should have a space between // and comment [whitespace/comments] [4]
|
cpplint:
modules/common/utils/std_cmake.h#L30
[cpplint] reported by reviewdog 🐶
At least two spaces is best between code and comments [whitespace/comments] [2]
Raw Output:
modules/common/utils/std_cmake.h:30: At least two spaces is best between code and comments [whitespace/comments] [2]
|
Loading