We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
would be useful to have an build-in XSLT transformation converting XML files to the format needed by our plugin.
Sample:
sonar.cxx.xslt.1.stylesheet=MyStylesheets1.xslt sonar.cxx.xslt.1.source=tool1/reports/xxx-*.xml sonar.cxx.xslt.1.output=reports/other-tool1-*.xml sonar.cxx.xslt.2.stylesheet=MyStylesheets2.xslt sonar.cxx.xslt.2.source=tool2/reports/xxx-*.xml sonar.cxx.xslt.2.output=reports/other-tool2-*.xml
What are you thinking?
Regards,
The text was updated successfully, but these errors were encountered:
this applies to the external sensor right? @stefanweiser please look at @guwirth suggestion. i think its good approach
Sorry, something went wrong.
Prove of concept implementation of issue SonarOpenCommunity#1080.
0a53714
Implement SonarOpenCommunity#1080.
3a626ff
Successfully merging a pull request may close this issue.
Hi,
would be useful to have an build-in XSLT transformation converting XML files to the format needed by our plugin.
Sample:
What are you thinking?
Regards,
The text was updated successfully, but these errors were encountered: