Code smell and other duplication report through lizard is not publishing in sonarqube

code smell and other duplication report through lizard is not publishing in SonarQube

sonar property used for swift projects

sonar.swift.lizard.report=sonar-reports/lizard-report.xml

i tried to transform lizard xml to sonar_format_xml but it failed. please help on this issue. its blocking our pipeline works

lizard(source_folder: “./Packages/Account/Sources”, verbose: true, language: “swift”, export_type: “xml”, report_file: “sonar-reports/lizard-report.xml”)

its creating an xml file with details but not parsing in SonarQube.

if you have any suggestion on this, please let me know how this can be surpassed.

Hi,

It’s not clear to me where you found the sonar.swift.lizard.report parameter. We have no native lizard support.

 
Ann

i got it from some github community i guess, but its working fine … strange that sometimes its working and sometimes its not.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.