1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-13 20:33:35 +08:00

Disable suggestions not applicable for this PR.

This commit is contained in:
Huo Yaoyuan
2019-11-12 18:45:19 +08:00
Unverified
parent 144812669d
commit 5f3e9a791c
2 changed files with 9 additions and 3 deletions
+5 -1
View File
@@ -173,8 +173,12 @@ csharp_prefer_simple_default_expression = true:warning
csharp_style_pattern_local_over_anonymous_function = true:silent
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:silent
#Style _ C# 8 features
#Style - C# 8 features
csharp_prefer_static_local_function = true:warning
csharp_prefer_simple_using_statement = true:silent
csharp_style_prefer_index_operator = false:none
csharp_style_prefer_range_operator = false:none
csharp_style_prefer_switch_expression = false:none
#Supressing roslyn built-in analyzers
# Suppress: EC112