From 9948550785d6bf273cadd7dc132038277964e9eb Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Fri, 16 Jan 2026 14:09:04 +0800 Subject: chore: update clippy arguments in pre-commit configuration to remove warnings as errors Modified the .pre-commit-config.yaml to adjust the clippy hook arguments, removing the enforcement of warnings as errors. This change simplifies the linting process for Rust code, allowing for a more lenient approach to warnings. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8ee70d..2524d4a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,4 +23,4 @@ repos: - id: fmt args: ["--check", "--manifest-path", "src-tauri/Cargo.toml", "--"] - id: clippy - args: ["--manifest-path", "src-tauri/Cargo.toml", "-D", "warnings", "--"] + args: ["--manifest-path", "src-tauri/Cargo.toml", "--"] -- cgit v1.2.3-70-g09d2