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

Create a sarif merger #82

Closed
BraisGabin opened this issue Jan 26, 2024 · 0 comments · Fixed by #87
Closed

Create a sarif merger #82

BraisGabin opened this issue Jan 26, 2024 · 0 comments · Fixed by #87

Comments

@BraisGabin
Copy link
Member

It would be great to be able to merge two SarifSchema210 in a single one. I imagine the API to be something like this:

fun SarifSchema210.merge(other: SarifSchema210): SarifSchema210

If someone wants to merge more than two reports they can use Iterable.reduce.

More context about this issue here: detekt/detekt#6894

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 a pull request may close this issue.

1 participant