Exclude system-libdeflate feature from Clippy feature combinations

This commit is contained in:
Alejandro González 2025-02-02 18:26:50 +01:00
parent 174f36ad8f
commit 5a4cfa9505
No known key found for this signature in database

View file

@ -128,7 +128,9 @@ jobs:
if: matrix.target == 'x86_64-unknown-linux-gnu'
run: >
set -o pipefail;
cargo hack clippy --no-deps --all-targets --feature-powerset --exclude-features sanity-checks --message-format=json -- -D warnings
cargo hack clippy --no-deps --all-targets --feature-powerset \
--exclude-features sanity-checks,system-libdeflate \
--message-format=json -- -D warnings \
| clippy-sarif
| tee clippy-results.sarif
| sarif-fmt