How to setup Gosu CodeNarc

277 Views Asked by At

codenarc report

I have codenarc set up in my local windows machine with the following configuration. JDK 1.6 and Ant 1.7.1 integrated with claim center 7 version and also codenarc report has been successfully generated.

Now the question is there any way to add the user name who is modified and when a file has changed along with commit id information in codenarc HTML report file.

Please advice me and show if any sample file to accomplish this case study.

1

There are 1 best solutions below

0
On

The way to do that would be write a XSLT that would do the heavy lifting. The question would be, if the data you ask for to include is already available in the context (I guess the commit author and id are defined per line).

Source

XSLT instructions

Example XSLT