If we are deleting 10k lines out of 20k. Is there anyway we can reclaim it in Sonar

Must-share information (formatted with Markdown):

  • which versions are you using 9.9
  • how is SonarQube deployed: Docker
  • what are you trying to achieve: How to reclaim if this is the case

Once all branches analyzed don’t have these 10k additional lines, your Lines of Code will not include them. SonarQube counts Lines of Code by the largest branch of a project. No specific action needs to be taken to “reclaim” them.