diff --git a/.editorconfig b/.editorconfig index 1059bcdeb..d07171d67 100644 --- a/.editorconfig +++ b/.editorconfig @@ -262,6 +262,7 @@ dotnet_diagnostic.IDE0301.severity = none dotnet_diagnostic.IDE0302.severity = none dotnet_diagnostic.IDE0305.severity = none dotnet_diagnostic.CS9113.severity = none # CS9113: Parameter 'value' is unread +dotnet_diagnostic.IDE0079.severity = none # IDE0079: Remove unnecessary suppression dotnet_diagnostic.IDE0130.severity = none # IDE0130: Namespace does not match folder structure [src/Ryujinx/UI/ViewModels/**.cs]