diff --git a/.globalconfig b/.globalconfig index 8005c26b9..e2d785b1f 100644 --- a/.globalconfig +++ b/.globalconfig @@ -1440,7 +1440,7 @@ dotnet_diagnostic.IDE0120.severity = warning # IDE0130: NamespaceDoesNotMatchFolderStructure # https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130 -dotnet_diagnostic.IDE0130.severity = suggestion +dotnet_diagnostic.IDE0130.severity = silent # IDE1001: AnalyzerChanged # https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1001