Skip to content

Commit

Permalink
chore: and remove code scanning for clippy, no point in code scanning…
Browse files Browse the repository at this point in the history
… if we just block a merge on any found issue
  • Loading branch information
sighphyre committed Jul 19, 2024
1 parent 2b346c6 commit 8f53ee2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/clippy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,5 @@ jobs:
run: cargo install clippy-sarif sarif-fmt
- name: Run rust-clippy
run: |
cargo clippy --all-features --message-format=json -- -D warnings | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt
cargo clippy --all-features -D warnings
continue-on-error: true
- name: Upload analysis results to Github
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: rust-clippy-results.sarif
category: clippy
wait-for-processing: true

0 comments on commit 8f53ee2

Please sign in to comment.