I am running sonar-scanner msbuild on my vb.net project . Since i didn't provide sonar.language properties during analysis it has analysed the .js files too. And now I am getting the error "Analyses suspended. You reached your 250000 lines of code limit allowed by your current license.Go to License page." on the sonarqube dashboard .
Now ,when i am running analysis by skipping the .js files though the analysis is successful the results are not getting reflected .
What can I do to view new results of analysis on sonarqube dashboard ? Does deleting the project free-up that much lines of code , so that i can run analysis again ?
Also, can we use sonar.language property in command line while running analysis using scanner for msbuild ?
Thanks in Advance !!