mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-23 00:18:47 +00:00
[ci skip] Count double blank line as problem
This commit is contained in:
parent
7bf8a89f82
commit
05dc421487
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user