Skip to content

Commit 13f25bf

Browse files
committed
refs
1 parent e6037e5 commit 13f25bf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ resharper_redundant_name_qualifier_highlighting = error
209209
resharper_redundant_suppress_nullable_warning_expression_highlighting = error
210210
resharper_redundant_using_directive_highlighting = error
211211
resharper_redundant_verbatim_string_prefix_highlighting = error
212+
resharper_redundant_lambda_signature_parentheses_highlighting = error
212213
resharper_replace_substring_with_range_indexer_highlighting = warning
213214
resharper_suggest_var_or_type_built_in_types_highlighting = error
214215
resharper_suggest_var_or_type_elsewhere_highlighting = error

src/Shared.sln.DotSettings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=MergeSequentialChecks/@EntryIndexedValue">ERROR</s:String>
2929
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=NotAccessedField_002ELocal/@EntryIndexedValue">ERROR</s:String>
3030
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=NotAccessedPositionalProperty_002ELocal/@EntryIndexedValue">ERROR</s:String>
31+
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantPatternParentheses/@EntryIndexedValue">ERROR</s:String>
3132
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=TailRecursiveCall/@EntryIndexedValue">ERROR</s:String>
3233
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=PatternIsAlwaysTrueOrFalse/@EntryIndexedValue">ERROR</s:String>
3334
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantAssignment/@EntryIndexedValue">ERROR</s:String>

0 commit comments

Comments
 (0)