You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to an issue that you encountered with Salesforce Code Analyzer?
As a user, we're generating an output file (html formatted) for the violations found within our product codebase. The generated .html formatted output adds violations along with Charts for each code file. Charts are not helpful in our usual working when analyzing the violations, so to turn the charts off, we manually edit the html reports and using CSS overrides within the html code, we hide the rows generated as charts.
Describe the solution that you want:
As a user running the commands to generate the report, if we can provide an external template for generating the output file OR if we can customize the existing templates being used for generating the reports then we could hide or not generate the charts or anything extra that is not currently meaningful to our use case.
A possible --template parameter to provide an overridden template should be a good option where as a user we could provide the template that contains tokens within it to generate the violations found output. We could change locations or even remove the tokens in the template to not output that value in the report output.
Describe alternatives that you've considered:
None, we are manually editing the output report files.
Workaround:
None, we are manually editing the output report files as a workaround.
Urgency:
It's a nice to have feature for users.
The text was updated successfully, but these errors were encountered:
This issue has been linked to a new work item: W-15060767
johnbelosf
changed the title
Ability to customize the output file formatting for the scanner results
[Feature Request] Ability to customize the output file formatting for the scanner results
Feb 20, 2024
Is your feature request related to an issue that you encountered with Salesforce Code Analyzer?
As a user, we're generating an output file (
html
formatted) for the violations found within our product codebase. The generated.html
formatted output adds violations along with Charts for each code file. Charts are not helpful in our usual working when analyzing the violations, so to turn the charts off, we manually edit thehtml
reports and using CSS overrides within the html code, we hide the rows generated as charts.Describe the solution that you want:
As a user running the commands to generate the report, if we can provide an external template for generating the output file OR if we can customize the existing templates being used for generating the reports then we could hide or not generate the charts or anything extra that is not currently meaningful to our use case.
A possible
--template
parameter to provide an overridden template should be a good option where as a user we could provide the template that contains tokens within it to generate the violations found output. We could change locations or even remove the tokens in the template to not output that value in the report output.Describe alternatives that you've considered:
None, we are manually editing the output report files.
Workaround:
None, we are manually editing the output report files as a workaround.
Urgency:
It's a nice to have feature for users.
The text was updated successfully, but these errors were encountered: