which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
how is SonarQube deployed: zip, Docker, Helm
what are you trying to achieve
what have you tried so far to achieve this
Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!
We are using Sonarqube 10.5 developer edition with the latest scanner.
We have a huge monorepo containing both the backend and the frontend code. Currently, we have analysis for the frontend disabled and it typically takes around 10-11 minutes for sonar analysis. However, with frontend analysis on, it increases to around 17-18 minutes. We are trying to speed this up. We are thinking of somehow enabling parallelization to speed up the analysis.
Can we create a separate project on sonarqube for our frontend code without actually separating the code in a different repo and run sonar analysis for backend and frontend in parallel?
I’m open to other suggestions on speeding up sonar.