chore(ci): Report deprecations in the review

This commit is contained in:
Ed Page 2024-11-18 13:48:49 -06:00
parent afa23ae258
commit 006f98fb3a

View file

@ -144,7 +144,7 @@ jobs:
run: cargo install sarif-fmt --locked run: cargo install sarif-fmt --locked
- name: Check - name: Check
run: > run: >
cargo clippy --workspace --all-features --all-targets --message-format=json -- -D warnings --allow deprecated cargo clippy --workspace --all-features --all-targets --message-format=json
| clippy-sarif | clippy-sarif
| tee clippy-results.sarif | tee clippy-results.sarif
| sarif-fmt | sarif-fmt