mute 2 complaints

This commit is contained in:
feos 2025-06-07 16:57:34 +03:00
parent a150bb433a
commit 2dfdd8f7c3
1 changed files with 4 additions and 0 deletions

View File

@ -127,6 +127,10 @@ dotnet_diagnostic.IDE0260.severity = suggestion
dotnet_diagnostic.IDE0280.severity = error
# Collection initialization can be simplified
dotnet_diagnostic.IDE0305.severity = silent
# Add parentheses when necessary
dotnet_diagnostic.RCS1123.severity = silent
# Remove suffix 'Async' from non-asynchronous method name
dotnet_diagnostic.RCS1047.severity = silent # see #2888
csharp_style_var_when_type_is_apparent = true
csharp_style_var_elsewhere = true