File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,8 @@ csharp_style_prefer_switch_expression = false:none
175
175
# Supressing roslyn built-in analyzers
176
176
# Suppress: EC112
177
177
178
+ dotnet_diagnostic.OLOC001.words_in_name = 5
179
+
178
180
# Private method is unused
179
181
dotnet_diagnostic.IDE0051.severity = silent
180
182
# Private member is unused
Original file line number Diff line number Diff line change 1
1
[* .cs ]
2
+ dotnet_diagnostic.OLOC001.words_in_name = 5
2
3
dotnet_diagnostic.OLOC001.prefix_namespace = osu.Game.Resources.Localisation
3
- 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.
4
+ 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.
You can’t perform that action at this time.
0 commit comments