We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c239d85 commit 51e20c5Copy full SHA for 51e20c5
src/.editorconfig
@@ -34,6 +34,9 @@ resharper_replace_with_single_call_to_first_or_default_highlighting = error
34
# Replace with single call to Any(..)
35
resharper_replace_with_single_call_to_any_highlighting = error
36
37
+# Simplify negative equality expression
38
+resharper_negative_equality_expression_highlighting = error
39
+
40
# Replace with single call to Count(..)
41
resharper_replace_with_single_call_to_count_highlighting = error
42
0 commit comments