Skip to content

Commit

Permalink
Merge 0a3a88e into 054e04b
Browse files Browse the repository at this point in the history
  • Loading branch information
pull[bot] committed Mar 12, 2020
2 parents 054e04b + 0a3a88e commit 44c2a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lint/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const {

const hasFixable = fixableErrorCount || fixableWarningCount;

if (fix && hasFixable) {
if (fix) {
CLIEngine.outputFixes(report);
}

Expand Down

0 comments on commit 44c2a18

Please sign in to comment.