Document ignored warnings
This commit is contained in:
parent
628db57282
commit
8a9712cfd8
@ -1,4 +1,4 @@
|
|||||||
#pragma warning disable CA1815
|
#pragma warning disable CA1815 // Override equals and operator equals on value types
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.ObjectModel;
|
using System.Collections.ObjectModel;
|
||||||
|
@ -3,8 +3,7 @@ using System.Collections.Generic;
|
|||||||
|
|
||||||
namespace ConfusedPolarBear.Plugin.IntroSkipper;
|
namespace ConfusedPolarBear.Plugin.IntroSkipper;
|
||||||
|
|
||||||
// Supress CA1036: Override methods on comparable types.
|
#pragma warning disable CA1036 // Override methods on comparable types
|
||||||
#pragma warning disable CA1036
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Range of contiguous time.
|
/// Range of contiguous time.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user