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

Deduplicate clippy warning annotations #10

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

Phantomical
Copy link
Member

When clippy is used with --message-format json it will emit warnings in the main crate twice. This shows up on github as duplicate warnings which isn't great. This PR just adds a CI step that deduplicates warnings before sending them off to clippy-sarif and sarif-fmt.

When clippy is used with --message-format json it will emit warnings in
the main crate twice. This shows up on github as duplicate warnings
which isn't great. This PR just adds a CI step that deduplicates
warnings before sending them off to clippy-sarif and sarif-fmt.
@Phantomical Phantomical merged commit 60524b8 into rust-xed:main Feb 24, 2024
8 checks passed
@Phantomical Phantomical deleted the deduplicate-clippy-warnings branch February 24, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant