chore(deps): update dependency reviewdog/reviewdog to v0.15.0 #126
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / clippy
completed
Oct 20, 2023 in 1s
reviewdog [clippy] report
reported by reviewdog 🐶
Findings (2)
test/|1 col 1| 1 warning emitted
test/src/main.rs|2 col 9| unused variable: i
Filtered Findings (0)
Annotations
Check warning on line 1 in test/<unknown>
github-actions / clippy
[clippy] test/<unknown>#L1
1 warning emitted
Raw output
<unknown>:1:1: warning: 1 warning emitted ()
Check warning on line 2 in test/src/main.rs
github-actions / clippy
[clippy] test/src/main.rs#L2 <unused_variables>
unused variable: `i`
Raw output
src/main.rs:2:9: warning: unused variable: `i` (unused_variables)
Loading