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

core: refactor csv output #13558

Merged
merged 5 commits into from
Mar 22, 2022
Merged

core: refactor csv output #13558

merged 5 commits into from
Mar 22, 2022

Conversation

connorjclark
Copy link
Collaborator

@connorjclark connorjclark commented Jan 11, 2022

@connorjclark connorjclark requested a review from a team as a code owner January 11, 2022 21:48
@connorjclark connorjclark requested review from adamraine and removed request for a team January 11, 2022 21:48
// TODO ?
// // CSV validator wants all scores to be numeric, use -1 for now
// const numericScore = audit.score === null ? -1 : audit.score;
audit.score || 'null',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Problems for audit.score === 0?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yikes good catch

Copy link

@bycorean bycorean left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approve

Copy link

@bycorean bycorean left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants