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

CSV output useless for fix check and fix apply #410

Open
atruskie opened this issue Sep 1, 2023 · 0 comments
Open

CSV output useless for fix check and fix apply #410

atruskie opened this issue Sep 1, 2023 · 0 comments
Labels
area: fixes bug Something isn't working enhancement New feature or request

Comments

@atruskie
Copy link
Member

atruskie commented Sep 1, 2023

The only thing emitted for fix check -F CSV is a single File column. The CSV serializer ignores the dictionary of problems and results.

The correct approach is probably to denormalize the records (so that multiple records are emitted for each file, one for each problem checked). However, this is not easy to within the current record writer framework.

@atruskie atruskie added bug Something isn't working enhancement New feature or request area: fixes labels Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: fixes bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant