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
It works just fine, I got the report in the GitHub action artifacts section.
But the HTML report is not considering the -shortnames -P linkPrefix="/some/path/" -P linePrefix="L" parameters.
The report looks like this:
The report shows an entire path for the File Column ignoring the -shortnames parameter.
The File Colmun also should be a link to "/some/path/", specified in -P linkPrefix="/some/path/"
The Line Number should be an L#, specified in -P linePrefix="L"
Am I missing something?
Thanks!
PD, Is it possible to update or define the PMD version used? How Can I do that?
The text was updated successfully, but these errors were encountered:
I'm not completely sure if this is an issue or if I am doing something wrong here.
I'm using this code:
It works just fine, I got the report in the GitHub action artifacts section.
But the HTML report is not considering the -shortnames -P linkPrefix="/some/path/" -P linePrefix="L" parameters.
The report looks like this:
The report shows an entire path for the File Column ignoring the -shortnames parameter.
The File Colmun also should be a link to "/some/path/", specified in -P linkPrefix="/some/path/"
The Line Number should be an L#, specified in -P linePrefix="L"
Am I missing something?
Thanks!
PD, Is it possible to update or define the PMD version used? How Can I do that?
The text was updated successfully, but these errors were encountered: