Skip to content

Commit

Permalink
Fix inspection
Browse files Browse the repository at this point in the history
It looks like the default value of this particular inspection changed
from Warning to Suggestion in 2024.1, or something like that. The tool
window shows two different values for this inspection (Warning on 2023,
Suggestion on 2024), so I'll just hard code this for now.
  • Loading branch information
smoogipoo committed Apr 15, 2024
1 parent 5ddc5dc commit 253e77d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Server.DifficultyCalculator.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantImmediateDelegateInvocation/@EntryIndexedValue">WARNING</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantLambdaSignatureParentheses/@EntryIndexedValue">WARNING</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantReadonlyModifier/@EntryIndexedValue">WARNING</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantTypeDeclarationBody/@EntryIndexedValue">SUGGESTION</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantTypeSpecificationInDefaultExpression/@EntryIndexedValue">WARNING</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantLinebreak/@EntryIndexedValue">WARNING</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantSpace/@EntryIndexedValue">WARNING</s:String>
Expand Down

0 comments on commit 253e77d

Please sign in to comment.