We are planning to integrate sonarlint in IDE (Eclipse) for developers. We are worried that using Sonarlint will add to our SonarQube instance no of code line limit.
Could you please confirm, we are using SonarQube Enterprise
Hello, thank you for your question.
Analysis of source code with SonarLint on developer workstations does not count in SonarQube’s lines-of-code limit.
SonarQube’s lines-of-code limit only applies to source code analyzed by the SonarQube scanner, e.g as part of your continuous integration builds.
SonarLint is a completely different product, and although it can pair up with SonarQube in connected mode (e.g to unlock commercial languages and share analysis settings), it analyzes source code on developer workstations and does not store any analysis result on the server.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.