SonarQube Cloud Analyze step in DevOps pipeline - JavaScript/Typescript analysis timing out

From the private messages with @Shelly_Noll:

  • JS/TS analyzer has a bug on rule S2077. The fix will be released in the upcoming SQ version.
  • The user was able to unblock the analysis by disabling that rule or changing the code triggering an infinite loop. var min = min; to var min;

Cheers,
Victor