Home

dev / openkara

publicthedavidweng/OpenKara· sync paused
Overview Code History Branches Pull requestsIssuesInsights
main
HomeOverview Code PRsIssues

fix(clippy): resolve lint errors and workflow shellcheck warnings

last month

8cd4239
Authored
Davy7/29/2026, 11:06:00 PM
- Replace single-pattern `match` with `if let` in remote_source.rs.
- Collapse nested `if` in remote/errors.rs.
- Remove empty guard `if` in commands/cdg.rs test.
- Group consecutive `>> "$GITHUB_OUTPUT"` redirects in packaging.yml.

Parentf2def95

4 files changed
  • .github/workflows/packaging.yml+5−3
  • src-tauri/src/audio/remote_source.rs+4−7
  • src-tauri/src/commands/cdg.rs+0−2
  • src-tauri/src/remote/errors.rs+2−4