feature: add function #46
Annotations
1 error and 10 warnings
Optional Lint
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:
modules/app_yolo/architecture/decode/postdecode.cpp#L67
[cpplint] reported by reviewdog 🐶
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Raw Output:
modules/app_yolo/architecture/decode/postdecode.cpp:67: { should almost always be at the end of the previous line [whitespace/braces] [4]
|
Optional Lint:
modules/app_yolo/architecture/decode/postdecode.cpp#L88
[cpplint] reported by reviewdog 🐶
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Raw Output:
modules/app_yolo/architecture/decode/postdecode.cpp:88: { should almost always be at the end of the previous line [whitespace/braces] [4]
|
Optional Lint:
modules/app_yolo/architecture/decode/postdecode.cpp#L104
[cpplint] reported by reviewdog 🐶
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Raw Output:
modules/app_yolo/architecture/decode/postdecode.cpp:104: { should almost always be at the end of the previous line [whitespace/braces] [4]
|
Optional Lint:
modules/app_yolo/architecture/decode/postdecode.cpp#L111
[cpplint] reported by reviewdog 🐶
An else should appear on the same line as the preceding } [whitespace/newline] [4]
Raw Output:
modules/app_yolo/architecture/decode/postdecode.cpp:111: An else should appear on the same line as the preceding } [whitespace/newline] [4]
|
Optional Lint:
modules/app_yolo/architecture/decode/postdecode.cpp#L111
[cpplint] reported by reviewdog 🐶
If an else has a brace on one side, it should have it on both [readability/braces] [5]
Raw Output:
modules/app_yolo/architecture/decode/postdecode.cpp:111: If an else has a brace on one side, it should have it on both [readability/braces] [5]
|
Optional Lint:
modules/app_yolo/architecture/decode/postdecode.cpp#L116
[cpplint] reported by reviewdog 🐶
An else should appear on the same line as the preceding } [whitespace/newline] [4]
Raw Output:
modules/app_yolo/architecture/decode/postdecode.cpp:116: An else should appear on the same line as the preceding } [whitespace/newline] [4]
|
Optional Lint:
modules/app_yolo/architecture/decode/postdecode.cpp#L116
[cpplint] reported by reviewdog 🐶
If an else has a brace on one side, it should have it on both [readability/braces] [5]
Raw Output:
modules/app_yolo/architecture/decode/postdecode.cpp:116: If an else has a brace on one side, it should have it on both [readability/braces] [5]
|
Optional Lint:
modules/app_yolo/architecture/decode/postdecode.cpp#L124
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
Raw Output:
modules/app_yolo/architecture/decode/postdecode.cpp:124: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
|
Optional Lint:
modules/app_yolo/architecture/decode/postdecode.cpp#L139
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
Raw Output:
modules/app_yolo/architecture/decode/postdecode.cpp:139: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
|
Optional Lint:
modules/app_yolo/architecture/decode/postdecode.cpp#L155
[cpplint] reported by reviewdog 🐶
Missing space before ( in if( [whitespace/parens] [5]
Raw Output:
modules/app_yolo/architecture/decode/postdecode.cpp:155: Missing space before ( in if( [whitespace/parens] [5]
|