From fba8d3ef4bde9e15f1a1c5bc98f5832aebe7f4a9 Mon Sep 17 00:00:00 2001 From: "Jonathan A. McCormick, Jr." <67705789+JonathanMcCormickJr@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:01:25 -0600 Subject: [PATCH] Fixing typo in rust-clippy workflow file --- .github/workflows/rust-clippy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 664c368..e13bf2e 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -45,7 +45,7 @@ jobs: - name: Run rust-clippy run: - cargo clippy --all-features -- -D warnings + cargo clippy --all-features -- -Dwarnings --message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt #continue-on-error: true