mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix naming style.
This commit is contained in:
@@ -38,7 +38,10 @@
|
||||
|
||||
namespace Aaru.CommonTypes.Enums;
|
||||
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
/// <summary>Enumerates error codes. Negative for UNIX error number equivalents, positive for Aaru error numbers.</summary>
|
||||
[SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
public enum ErrorNumber
|
||||
{
|
||||
NotPermitted = -1,
|
||||
|
||||
@@ -394,6 +394,7 @@ public enum OpticalImageCapabilities : ulong
|
||||
}
|
||||
|
||||
/// <summary>Enumeration of linear memory device types</summary>
|
||||
[SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
public enum LinearMemoryType
|
||||
{
|
||||
/// <summary>Unknown device type</summary>
|
||||
|
||||
Reference in New Issue
Block a user