Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed May 9, 2021
1 parent d21f3fe commit 31068d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const mergeReports = reports => {
};

for (const currentReport of reports) {
report.results = results.concat(currentReport.results);
report.results.push(...currentReport.results);
report.errorCount += currentReport.errorCount;
report.warningCount += currentReport.warningCount;
}
Expand Down

0 comments on commit 31068d4

Please sign in to comment.