Skip to content

Commit

Permalink
Fixes #354
Browse files Browse the repository at this point in the history
  • Loading branch information
adireddy committed Aug 25, 2017
1 parent fb299bb commit 4956839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkstyle/reporter/ExitCodeReporter.hx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ class ExitCodeReporter implements IReporter {
public function fileFinish(f:CheckFile) {}

public function addMessage(m:CheckMessage) {
failCheckCount++;
if (m.severity == ERROR) failCheckCount++;
}
}

0 comments on commit 4956839

Please sign in to comment.