Skip to content

Commit

Permalink
misc(golden-lhr): exclude audit descriptions (#5538)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored and paulirish committed Jun 21, 2018
1 parent 15ee001 commit 176bdb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lighthouse-core/scripts/cleanup-LHR-for-diff.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function cleanAndFormatLHR(lhrString) {
delete lhr.timing;
if (extraFlag !== '--only-remove-timing') {
for (const auditResult of Object.values(lhr.audits)) {
auditResult.description = '**Excluded from diff**';
auditResult.helpText = '**Excluded from diff**';
}
}
Expand Down

0 comments on commit 176bdb4

Please sign in to comment.