Description Usage Arguments Value
Read a source code and, with its alerts, make it nice to put on a markdown document
1 2 3 4 5 6 7 | read_and_decorate_code_and_alerts(
file,
alerts,
region_only = FALSE,
region_size = 3,
use_mnemonic = FALSE
)
|
file |
source code file which matches with the alerts |
alerts |
alerts from an output of calculate_features, output$versions_executed$pmd_output[[i]] |
region_only |
must the output contain only the region with alerts? |
region_size |
how many lines must the region near the alert contained in the output have? |
a nice markdown content to be put on a markdown document
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.