From 7e2a6290dc969b77b6a45b6bbcd03eda32b88954 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Thu, 15 Dec 2022 08:30:19 -0600 Subject: [PATCH] chore(style): Warn about sealing private nested classes --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 5e27656c..8d5b046a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1435,7 +1435,7 @@ resharper_check_for_reference_equality_instead_4_highlighting = suggestion resharper_check_namespace_highlighting = warning resharper_class_cannot_be_instantiated_highlighting = warning resharper_class_can_be_sealed_global_highlighting = none -resharper_class_can_be_sealed_local_highlighting = none +resharper_class_can_be_sealed_local_highlighting = warning resharper_class_never_instantiated_global_highlighting = suggestion resharper_class_never_instantiated_local_highlighting = suggestion resharper_class_with_virtual_members_never_inherited_global_highlighting = suggestion