Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sonarqube

Sonarjs - How To Avoid "non-existent Variables Should Not Be Referenced" Issue

I have a JavaScript project that consists of several source files. These files are referenced in Read more Sonarjs - How To Avoid "non-existent Variables Should Not Be Referenced" Issue

"xxx" Does Not Exist. Change Its Name Or Declare It So That Its Usage Doesn't Result In A "referenceerror"

I have been using sonar in my projects. I get that error ''kendo' does not exist. Chan… Read more "xxx" Does Not Exist. Change Its Name Or Declare It So That Its Usage Doesn't Result In A "referenceerror"

How To Get More Than 10,000 Issues On Sonarqube

I am working on a requirement where we need to generate issues reports and export them in excel. Th… Read more How To Get More Than 10,000 Issues On Sonarqube

Sonarqube Javascript Coverage Doesn't Show Source Files

I tried to display the coverage from a javascript project with Sonarqube. The value of the code cov… Read more Sonarqube Javascript Coverage Doesn't Show Source Files

Sonarqube Test Coverage With Istanbul : No Coverage Property. Skip Sensor

I'm trying to output some test coverage (lcov) reports from istanbul into sonarqube to analyse … Read more Sonarqube Test Coverage With Istanbul : No Coverage Property. Skip Sensor