From 5c5499bc6bdcdd3ee2cc81c958b05ed1787461eb Mon Sep 17 00:00:00 2001 From: Rudxain <76864299+Rudxain@users.noreply.github.com> Date: Tue, 29 Apr 2025 14:39:45 -0400 Subject: [PATCH] ci(clippy): `deny` default warnings but keep `style` as `warn` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd2505a..7b62d42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: lint: fmt include: - lint: clippy - args: " --all-features" + args: " --all-features -- -D clippy::all -W clippy::style" - lint: test args: "" - lint: fmt