Skip to content

Commit a0297df

Browse files
committed
Code cleanup
1 parent a594152 commit a0297df

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Source/NETworkManager.Models/Network/ARP.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
using System.Threading.Tasks;
1313

1414
namespace NETworkManager.Models.Network
15-
{
16-
[SuppressMessage("ReSharper", "InconsistentNaming")]
15+
{
1716
public class ARP
1817
{
1918
#region Variables

Source/NETworkManager.Models/Network/WiFi.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ public static string GetHumandReadablePhyKind(WiFiPhyKind phyKind)
285285
return kind;
286286
}
287287

288-
[System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1712:Do not prefix enum values with type name", Justification = "<Pending>")]
289288
public enum Radio
290289
{
291290
One,

0 commit comments

Comments
 (0)