mirror of https://github.com/ppy/osu
Remove negligible default hidden TODO
This commit is contained in:
parent
ad78aec1ef
commit
75adec57eb
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue