We recently upgraded the SonarQube version to version 5.1. In earlier versions, the Problem Reporting plugin was released to generate an html report for problems. Now that the plugin becomes native in 5.1, I wonder where the settings for the problem report are? Is there a way to generate an html report as before?
To complement Alexander's answer; Parameters are described here .
Since SonarQube 4.0 you can do the following:
sonar-runner -Dsonar.analysis.mode=preview -Dsonar.issuesReport.html.enable=true
The parameters are the same as before, when the problem report was a plugin. See: http://docs.sonarqube.org/display/SONAR/Getting+Issues+Report+in+Preview+Mode
Source: https://habr.com/ru/post/984734/More articles:Large-scale enterprise DMS recommendation - javamaking order for matrix in matlab - c ++RMySQL: closing a connection without a handle - mysqlWhy does this query not use only index check in postgresql - sqlPostgreSQL performance difference between LIKE and regular expression - performanceMatch two words in random order with regex - pythonelasticsearch partial update using python - pythonCreate commit with pygit2 - gitJSDoc: what is the relationship between modules and namespaces - javascriptHow is the transcript of declaration and initialization evaluated in go lang? - goAll Articles