I have purchased the Developer Edition v9.9.8 (build 100196) with a line-of-code limit of 100,000. I Our current branch contains 86,000 lines of code and works well. However, when I switched to another branch with 93,000 lines of code—still within the 100,000-line license limit—it failed, citing that the limit had been exceeded.
The last analysis failed because it would have caused your server-wide lines of code total to exceed
Hey there.
Most likely, you have some files you don’t expect to be scanned being scanned in your new branch (you can investigate what files are being indexed by turning on DEBUG
level logging, either sonar-scanner -X
or using the sonar.verbose=true
analysis parameter).
Or maybe there’s another project on your instance you aren’t aware of. Have you checked the global Administration > Projects > Management?
Thank Colin. I successfully scan the new branch after blocking those file.
One more thing i want to know if SonarQube offers an official certification program for individuals seeking to enhance their skills and knowledge in using the platform. If such a certification exists, I would appreciate it if you could provide details about the certification process, including the steps involved and any relevant prerequisites.
That’s not something we have today, but thanks for asking! It’s always a topic internally, we just aren’t there yet.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.