Modify rule S3776: Exclude short-circuiting and null coalescing altogether (#4386)

This commit is contained in:
Yassin Kammoun 2024-10-08 11:49:24 +02:00 committed by GitHub
parent 51c5882cdf
commit a724ef1a6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ include::../impact.adoc[]
=== Exceptions
Cognitive complexity calculations exclude logical expressions using the `||` and `??` operators when applied within the context of default value code patterns.
Cognitive complexity calculations exclude logical expressions using the `||` and `??` operators.
[source,javascript]
----