Reasons are not displayed for jslint issues
Opened this issue · 5 comments
sbrandwoo commented
When the I view the violations report for my jslint issues, the reasons are not shown anywhere in the UI.
I see a full list of files that are in error, but upon clicking through I see only a blank page with a warning icon on it - the reasons are not put on the screen.
My jslint.xml is of this form:
<?xml version="1.0" encoding="UTF-8"?>
<jslint>
<file name="path/to/file.js">
<issue line="8" char="1" reason="The reason for failure" />
</file>
....
</jslint>
hashar commented
I believe this is a duplicate of #17 and or https://issues.jenkins-ci.org/browse/JENKINS-14291
The violations plugin basically can not find the files in the per file detailed report.
rogerhu commented
Will someone merge #13? :) If someone has an explanation too about why it's necessary to subclass just to get it to work, would be happy to hear!
gregwym commented
Seems like this will never be fixed.
rogerhu commented
It was merged 3 months ago. :)