Modify rule S3776: Exclude short-circuiting and null coalescing altogether (#4386)
This commit is contained in:
parent
51c5882cdf
commit
a724ef1a6c
@ -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]
|
||||
----
|
||||
|
Loading…
x
Reference in New Issue
Block a user