[PR #396] [MERGED] Use Clippy for linting #515

Closed
opened 2026-02-28 14:33:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/396
Author: @Insprill
Created: 4/30/2023
Status: Merged
Merged: 4/30/2023
Merged by: @Insprill

Base: masterHead: feature/clippy


📝 Commits (1)

📊 Changes

9 files changed (+10 additions, -20 deletions)

View changed files

📝 .github/workflows/build.yml (+1 -1)
📝 psst-core/src/cache.rs (+2 -2)
📝 psst-core/src/player/storage.rs (+0 -1)
📝 psst-gui/build.rs (+1 -1)
📝 psst-gui/src/data/config.rs (+1 -1)
📝 psst-gui/src/data/playback.rs (+2 -7)
📝 psst-gui/src/main.rs (+1 -1)
📝 psst-gui/src/ui/mod.rs (+1 -5)
📝 psst-gui/src/webapi/client.rs (+1 -1)

📄 Description

Switches the code-style action to use Clippy instead of rustfmt, and satisfies any existing lint issues.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jpochyla/psst/pull/396 **Author:** [@Insprill](https://github.com/Insprill) **Created:** 4/30/2023 **Status:** ✅ Merged **Merged:** 4/30/2023 **Merged by:** [@Insprill](https://github.com/Insprill) **Base:** `master` ← **Head:** `feature/clippy` --- ### 📝 Commits (1) - [`74d6fe0`](https://github.com/jpochyla/psst/commit/74d6fe060b667a1af6a2888d42941fc5ddb4cfba) Use Clippy for linting ### 📊 Changes **9 files changed** (+10 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+1 -1) 📝 `psst-core/src/cache.rs` (+2 -2) 📝 `psst-core/src/player/storage.rs` (+0 -1) 📝 `psst-gui/build.rs` (+1 -1) 📝 `psst-gui/src/data/config.rs` (+1 -1) 📝 `psst-gui/src/data/playback.rs` (+2 -7) 📝 `psst-gui/src/main.rs` (+1 -1) 📝 `psst-gui/src/ui/mod.rs` (+1 -5) 📝 `psst-gui/src/webapi/client.rs` (+1 -1) </details> ### 📄 Description Switches the code-style action to use Clippy instead of rustfmt, and satisfies any existing lint issues. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#515
No description provided.