Remove negligible default hidden TODO

This commit is contained in:
Naxess 2021-05-12 01:31:16 +02:00
parent ad78aec1ef
commit 75adec57eb
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ public enum IssueType
/// <summary> An error occurred and a complete check could not be made. </summary>
Error,
// TODO: Negligible issues should be hidden by default.
/// <summary> A possible mistake so minor/unlikely that it can often be safely ignored. </summary>
Negligible,
}