diff --git a/X10D.SourceValidator/Program.cs b/X10D.SourceValidator/Program.cs index e9b001a..2f09427 100644 --- a/X10D.SourceValidator/Program.cs +++ b/X10D.SourceValidator/Program.cs @@ -30,6 +30,7 @@ while (directories.Count > 0) Console.ForegroundColor = ConsoleColor.Red; Console.Out.WriteLine($"{file}({lineNumber}): Double blank line"); Console.ResetColor(); + problems++; } blankLine = true;