Skip to content

Split clippy-reviewdog-filter pipe to mitigate broken pipe #143

Split clippy-reviewdog-filter pipe to mitigate broken pipe

Split clippy-reviewdog-filter pipe to mitigate broken pipe #143

GitHub Actions / clippy completed Jan 15, 2024 in 0s

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>

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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)