mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Revert "temp send emails for long rules"
This reverts commit 4607ae6e91.
This commit is contained in:
parent
4607ae6e91
commit
aa9b79a2e7
1 changed files with 0 additions and 4 deletions
|
|
@ -114,11 +114,7 @@ private async Task<IEnumerable<string>> GetLines()
|
|||
{
|
||||
string line;
|
||||
while ((line = await streamReader.ReadLineAsync()) != null)
|
||||
{
|
||||
lines.AddIfNotNullOrEmpty(line.LintLine());
|
||||
if (line.Length >= 191)
|
||||
await emailService.SendEmailAsync("Long Line Possibly Truncated", line);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue