Suppress IDE0079: Remove unnecessary suppression
parent
323ef1adba
commit
9fcc844dae
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue