Hello,
I’ve recently received a mail from my Sonar server (Enterprise Edition) telling me that I’m nearing the maximum allowed lines of code (LOC).
My projects are mostly Java and I do not care about html or xml analysis. But I see that some projects reports thousands of XML or HTML lines of code.
How can I deactivate this in order to gain a few k of LOC ?
Is it on the client side (with Maven plugin) ? Is it on the server side globally of project by project ?
Thanks