-
Task
-
Resolution: Not A Defect
-
Blocker
-
None
-
Dev
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})"