Details
-
Type:
Task
-
Status: Resolved (View Workflow)
-
Priority:
Blocker
-
Resolution: Not A Defect
-
Component/s: warnings-plugin
-
Labels:None
-
Environment:Dev
-
Similar Issues:
Description
Simply running pylint against python code base :
pylint --rcfile=pylint.cfg ${FILE_PATH} --msg-template="{path}:{line}: [\{msg_id}(\{symbol}), \{obj}] {msg}" >> pylint.log
Output is standard html table , basic graphs, no bells and whistles , radar graphs or otherwise modern as depicted on the Warnings plugin site. How to bring output to this century ?
--msg-template="{path}:{line}: [\{msg_id}, \{obj}] {msg} ({symbol})"
See https://wiki.jenkins.io/display/JENKINS/Warnings+Next+Generation+Plugin.