Trunk Check
Checked 10 modified files
3 existing issues (use --show-existing to see them)
✖ 1 unformatted file
✖ 4 new lint issues (2 auto-fixable)
Details
To reproduce and test locally, run:
trunk check
For help resolving these issues, see our docs on running on PRs or debugging Trunk Check
Annotations
Check warning on line 30 in cli/src/xcresult.rs
github-actions / Trunk Check
clippy(useless_vec)
[new] useless use of `vec!`
Check warning on line 166 in cli/src/xcresult.rs
github-actions / Trunk Check
clippy(redundant_closure)
[new] redundant closure
Check failure on line 185 in cli/src/main.rs
github-actions / Trunk Check
clippy(E0026)
[new] struct `UploadArgs` does not have a field named `xcresult_path`
Check failure on line 238 in cli/src/main.rs
github-actions / Trunk Check
clippy(E0425)
[new] cannot find function `handle_xcresult` in this scope
Check failure on line 1 in cli/src/xcresult.rs
github-actions / Trunk Check
rustfmt
Incorrect formatting, autoformat by running 'trunk fmt'