Skip to content

Update sksat/action-clippy action to v0.8.0 #240

Update sksat/action-clippy action to v0.8.0

Update sksat/action-clippy action to v0.8.0 #240

Triggered via pull request February 9, 2024 10:30
Status Success
Total duration 34s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
rust: <unknown>#L1
[clippy] reported by reviewdog 🐶 1 warning emitted Raw Output: <unknown>:1:1: warning: 1 warning emitted ()
rust: build.rs#L77
[clippy] reported by reviewdog 🐶 you seem to be trying to use `match` for an equality check. Consider using `if` Raw Output: build.rs:77:9: warning: you seem to be trying to use `match` for an equality check. Consider using `if` (clippy::single_match)
rust
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, Swatinem/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
[clang-tidy -Wextra] /home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/divided_cmd_utility.c#L282: /home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/divided_cmd_utility.c#L282
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/minimum_user/src/src_core/Applications/divided_cmd_utility.c:282:3: note: Value stored to 'exec_log' is never read