From dd455580d6515bb40d7663cf909d4b8cd1fdc8ad Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Tue, 8 Mar 2022 10:41:38 +1000 Subject: [PATCH] Enable some more Analyzer rules --- Common.ruleset | 16 ++++++++-------- .../BizHawk.Emulation.Cores.csproj | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Common.ruleset b/Common.ruleset index f13a03add6..0cff701a6d 100644 --- a/Common.ruleset +++ b/Common.ruleset @@ -83,7 +83,7 @@ - + @@ -242,7 +242,7 @@ - + @@ -251,7 +251,7 @@ - + @@ -269,7 +269,7 @@ - + @@ -325,7 +325,7 @@ - + @@ -346,7 +346,7 @@ - + @@ -369,7 +369,7 @@ - + @@ -399,7 +399,7 @@ - + diff --git a/src/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj b/src/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj index e0e273ba5e..0b40657828 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);SA1137;SA1205;SA1208;SA1400 + $(NoWarn);CA2214;SA1100;SA1120;SA1137;SA1205;SA1208;SA1400 disable