[ci skip] Count double blank line as problem

This commit is contained in:
Oliver Booth 2022-04-25 00:13:07 +01:00
parent 7bf8a89f82
commit 05dc421487
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 1 additions and 0 deletions

View File

@ -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;