Skip to content

core: refactor csv output#13558

Merged
connorjclark merged 5 commits intomasterfrom
csv-refactor
Mar 22, 2022
Merged

core: refactor csv output#13558
connorjclark merged 5 commits intomasterfrom
csv-refactor

Conversation

@connorjclark
Copy link
Copy Markdown
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
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown

@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
Copy Markdown

@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