Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Victor DiezVictor DiezReporter
Yassin KammounYassin KammounLabels
Fix versions
Priority
Normal
Details
Details
Assignee
Victor Diez
Victor DiezReporter
Yassin Kammoun
Yassin KammounLabels
Fix versions
Priority

Sentry
Sentry
Sentry
Created April 24, 2024 at 2:20 PM
Updated October 16, 2024 at 12:53 PM
Resolved September 11, 2024 at 9:31 AM
Issue link: https://github.com/SonarSource/SonarJS/issues/4423
Detection
Forbid the pattern
await new <XXX>
Exclude Promise or anything extending Promise (see if TypeScript compiler type-check can help)
Noncompliant
Compliant