Skip to content

Fix link in c2a_dev_runtime.md #1781

Fix link in c2a_dev_runtime.md

Fix link in c2a_dev_runtime.md #1781

Triggered via pull request January 8, 2025 10:29
Status Success
Total duration 1m 12s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
[clang-tidy -Wextra] /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/divided_cmd_utility.c#L283: /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/divided_cmd_utility.c#L283
Value stored to 'exec_log' is never read [clang-analyzer-deadcode.DeadStores] exec_log = &divided_cmd_utility_.exec_logs[log_idx]; ^ /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/divided_cmd_utility.c:283:3: note: Value stored to 'exec_log' is never read CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/build /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/telemetry_manager.c
rust: build.rs#L115
[clippy] reported by reviewdog 🐶 you seem to be trying to use `match` for an equality check. Consider using `if` Raw Output: build.rs:115:9: warning: you seem to be trying to use `match` for an equality check. Consider using `if` (clippy::single_match)