mirror of
https://github.com/ppy/osu
synced 2024-12-21 22:30:36 +00:00
Move diagnostic down
This commit is contained in:
parent
92d4463e55
commit
d7441fbcd4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user