Skip to content

Commit

Permalink
Modify rule S3776: Exclude short-circuiting and null coalescing altog…
Browse files Browse the repository at this point in the history
…ether (#4386)
  • Loading branch information
yassin-kammoun-sonarsource authored Oct 8, 2024
1 parent 51c5882 commit a724ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/S3776/javascript/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down

0 comments on commit a724ef1

Please sign in to comment.