We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa23ae commit 006f98fCopy full SHA for 006f98f
.github/workflows/ci.yml
@@ -144,7 +144,7 @@ jobs:
144
run: cargo install sarif-fmt --locked
145
- name: Check
146
run: >
147
- cargo clippy --workspace --all-features --all-targets --message-format=json -- -D warnings --allow deprecated
+ cargo clippy --workspace --all-features --all-targets --message-format=json
148
| clippy-sarif
149
| tee clippy-results.sarif
150
| sarif-fmt
0 commit comments