From 8a1756e51d7ab9fb1287bbde22d5a353ce2dcbea Mon Sep 17 00:00:00 2001 From: Oliver Gut Date: Thu, 21 Nov 2024 13:18:47 +0100 Subject: [PATCH] Remove unused test rules --- tests/.editorconfig | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/tests/.editorconfig b/tests/.editorconfig index 3daea8b75..ff49f7418 100644 --- a/tests/.editorconfig +++ b/tests/.editorconfig @@ -2,19 +2,11 @@ # Description: Ignores rules that are not useful in test code because we want to test these edge cases [*.cs] -dotnet_diagnostic.CA1001.severity = none -dotnet_diagnostic.CA1014.severity = none -dotnet_diagnostic.CA1801.severity = none -dotnet_diagnostic.CA1804.severity = none -dotnet_diagnostic.CA2000.severity = none -dotnet_diagnostic.CA2007.severity = none -dotnet_diagnostic.CS1591.severity = none -dotnet_diagnostic.CS8604.severity = none -dotnet_diagnostic.CS8618.severity = none -dotnet_diagnostic.CS8620.severity = none -dotnet_diagnostic.CS8625.severity = none -dotnet_diagnostic.CS8629.severity = none -dotnet_diagnostic.SA0001.severity = none -dotnet_diagnostic.IDE0051.severity = none -dotnet_diagnostic.IDE0060.severity = none -dotnet_diagnostic.IDE0130.severity = none + dotnet_diagnostic.CA1001.severity = none + dotnet_diagnostic.CA2000.severity = none + dotnet_diagnostic.CS1591.severity = none + dotnet_diagnostic.CS8604.severity = none + dotnet_diagnostic.CS8618.severity = none + dotnet_diagnostic.CS8620.severity = none + dotnet_diagnostic.CS8625.severity = none + dotnet_diagnostic.CS8629.severity = none