Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Clippy #514

Merged
merged 9 commits into from
Feb 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix check error
order matters apparently
  • Loading branch information
Shuzhengz authored Feb 2, 2023
commit 7614eab40b9a651b0d3af0e8d30894efa79bb4ae
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Run rust-clippy
run:
cargo clippy
-- -A clippy::uninlined_format_args
--all-features
--message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt
-- -A clippy::uninlined_format_args
continue-on-error: true

- name: Upload analysis results to GitHub
Expand Down