- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension): * Version 10.2 (build 77647)
- how is SonarQube deployed: zip
- what are you trying to achieve: find out which project has the largest lines of code
- what have you tried so far to achieve this: check SonarQube but could not find out
We are getting the following info in the license manager:
455,726 lines currently analyzed500k
In order to determine how much each project contributes, the license takes into account the number of lines of code on the largest branch of that project. Lines of test code do not count towards your license usage.
You have almost reached your lines of code limit. Please contact SonarSource to increase the threshold.
But, it does not tell us which project is the culprit (from SonarQube perspective). As I check all our projects, none has the lines of code that is close to indication above.
How could we tell which exactly which project thar SonarQube complains? I mean: from within SonarQube, in the eyes of SonarQube.