Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
Win7 or WinXP
Description
I have your latest jslint plugin and the latest checkstyle plugin running on the latest weekly Jenkins (1.526). Your plugin runs great and I do get the list of errors, but when I click on the details tab on the Checkstyle page, I see:
foo2.js:69, , Priority: High
Line too long.No description available. Please upgrade to latest checkstyle version.
foo2.js:101, , Priority: High
Line too long.No description available. Please upgrade to latest checkstyle version.
Any ideas? I see this for all message types, not just Line too long.
Thanks for attaching. Seems that this JSLint output format is different from the one I'm parsing in the warnings parser. Your format is almost identical to the checkstyle format... Maybe I should include the checkstyle parser in the warnings plug-in, too.