which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) 9.7.0-developer
how is SonarQube deployed: Helm
what are you trying to achieve: I am having mono repository, I have sonarqube configured with mono-repo now my lines of code exceeds the limit and some of the project did not analyzed. Now, my projects lines of code reduced by cleanup but still I am getting issue that lines of code exceeds 250k,
I tried to delete one project and reanalyzed it but still getting the same error what shall I do now
Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!
It’s likely that your analysis includes more lines of code than you think. Add -Dsonar.scanner.dumpToFile=[file path] to the analysis command line to get a listing of the properties analysis is running with and review what / how much is included in analysis.
Also, make sure you upgrade to SonarQube v9.9 LTS soon, not only to benefit from our Best LTS Ever™, but because soon we will systematically ask users to upgrade when they ask questions about earlier versions of SonarQube, which are now considered unsupported.
I wanted to know if I clean all the projects and analyzing them again can help me with LOC exceeds issue as we have reduced the no. of lines in our code? I have upgraded the sonarqube 9.9.0-developer as suggested by you and added the parameter also.
I’m not sure what you mean by “clean all the projects”. I guess you’re talking about deleting everything and starting over? It’s drastic, but if you’ve indeed reduced your lines of code it would work.
On the other hand it would be just as effective, to simply re-analyze the projects where you’ve reduced the lines of code. That would bring your overall License LOC down just as effectively.