1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 11:29:56 +08:00

Move diagnostic down

This commit is contained in:
Dan Balasescu
2022-04-29 12:16:37 +09:00
Unverified
parent 92d4463e55
commit d7441fbcd4
+1 -2
View File
@@ -175,8 +175,6 @@ csharp_style_prefer_switch_expression = false:none
#Supressing roslyn built-in analyzers
# Suppress: EC112
dotnet_diagnostic.OLOC001.words_in_name = 5
#Private method is unused
dotnet_diagnostic.IDE0051.severity = silent
#Private member is unused
@@ -193,4 +191,5 @@ dotnet_diagnostic.CA2225.severity = none
# Banned APIs
dotnet_diagnostic.RS0030.severity = error
dotnet_diagnostic.OLOC001.words_in_name = 5
dotnet_diagnostic.OLOC001.license_header = // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.\n// See the LICENCE file in the repository root for full licence text.