Just generate html report based on json with code issues
Just generate html report based on json with issues.
npm i -g sonar-issues-html
cd ~/sonar-report-dir
sonar-issues-html
config.json
from cwd.sonar-issues.json
from cwd.sonar-issues.html
to cwd.
{
"input": "sonar-issues.json", // input file name
"output": "sonar-issues.html", // output file name
"title": "Sonar issues report", // html page title
"rule_prefix": "https://sbforge.org/sonar/rules/show/", // rule prefix for url generating
"bugreport": "https://github.com/ifedyukin/sonar-issues-html/issues" // util issues link
}
http://localhost:9000
.