Skip to content

Commit

Permalink
cflint#323 wording in text output
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealAgentK committed Jul 28, 2017
1 parent 4ab8789 commit f1eb958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/cflint/TextOutput.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void output(final BugList bugList, final Writer sb, CFLintStats stats) th
}

sb.append(newLine).append(newLine).append("Total files:" + stats.getFileCount());
sb.append(newLine).append("Total size " + stats.getTotalLines());
sb.append(newLine).append("Total lines:" + stats.getTotalLines());

sb.append(newLine).append(newLine).append("Issue counts:" + counts.noBugTypes());

Expand Down

0 comments on commit f1eb958

Please sign in to comment.