diff --git a/.global.editorconfig.ini b/.global.editorconfig.ini index db8e8708df..c2c967bffc 100644 --- a/.global.editorconfig.ini +++ b/.global.editorconfig.ini @@ -562,7 +562,7 @@ dotnet_diagnostic.SA1515.severity = silent # Elements should be separated by blank line dotnet_diagnostic.SA1516.severity = silent # Code should not contain blank lines at start of file -dotnet_diagnostic.SA1517.severity = silent +dotnet_diagnostic.SA1517.severity = warning # Use line endings correctly at end of file dotnet_diagnostic.SA1518.severity = silent # Braces should not be omitted from multi-line child statement diff --git a/src/BizHawk.Emulation.Common/Database/FirmwarePatchOption.cs b/src/BizHawk.Emulation.Common/Database/FirmwarePatchOption.cs index 66197c0a44..116f8737ea 100644 --- a/src/BizHawk.Emulation.Common/Database/FirmwarePatchOption.cs +++ b/src/BizHawk.Emulation.Common/Database/FirmwarePatchOption.cs @@ -1,4 +1,3 @@ - using System.Collections.Generic; namespace BizHawk.Emulation.Common diff --git a/src/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj b/src/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj index 4d80ac353f..3d97f35cd7 100644 --- a/src/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj +++ b/src/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj @@ -5,7 +5,7 @@ true - $(NoWarn);CA1806;CA1825;CA2214;MA0060;MA0084;MA0090;MA0140;SA1100;SA1120;SA1129;SA1137;SA1205;SA1208;SA1400;SA1514 + $(NoWarn);CA1806;CA1825;CA2214;MA0060;MA0084;MA0090;MA0140;SA1100;SA1120;SA1129;SA1137;SA1205;SA1208;SA1400;SA1514;SA1517 disable diff --git a/src/BizHawk.Emulation.DiscSystem/DiscMountPolicy.cs b/src/BizHawk.Emulation.DiscSystem/DiscMountPolicy.cs index 353395abf6..cd8945944b 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscMountPolicy.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscMountPolicy.cs @@ -1,4 +1,3 @@ - namespace BizHawk.Emulation.DiscSystem { /// diff --git a/src/BizHawk.Emulation.DiscSystem/Internal/Jobs/Synthesize_Leadout_Job.cs b/src/BizHawk.Emulation.DiscSystem/Internal/Jobs/Synthesize_Leadout_Job.cs index b0925a0ff2..10cae531a8 100644 --- a/src/BizHawk.Emulation.DiscSystem/Internal/Jobs/Synthesize_Leadout_Job.cs +++ b/src/BizHawk.Emulation.DiscSystem/Internal/Jobs/Synthesize_Leadout_Job.cs @@ -1,9 +1,6 @@ - - -//TODO - generate correct Q subchannel CRC - namespace BizHawk.Emulation.DiscSystem { + //TODO - generate correct Q subchannel CRC /// /// generates lead-out sectors according to very crude approximations