diff --git a/tests/.editorconfig b/tests/.editorconfig new file mode 100644 index 0000000..23d43b0 --- /dev/null +++ b/tests/.editorconfig @@ -0,0 +1,5 @@ +[*.cs] + +dotnet_diagnostic.CA1707.severity = none +dotnet_diagnostic.CA1062.severity = none +dotnet_diagnostic.CA2007.severity = none