mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Suppress IDE0042
This commit is contained in:
parent
fdfdfeecab
commit
a4545051f2
@ -157,7 +157,7 @@ csharp_style_unused_value_assignment_preference = discard_variable:warning
|
||||
|
||||
#Style - variable declaration
|
||||
csharp_style_inlined_variable_declaration = true:warning
|
||||
csharp_style_deconstructed_variable_declaration = true:warning
|
||||
csharp_style_deconstructed_variable_declaration = false:silent
|
||||
|
||||
#Style - other C# 7.x features
|
||||
dotnet_style_prefer_inferred_tuple_names = true:warning
|
||||
|
Loading…
Reference in New Issue
Block a user