Jenkins Warning Plugin 4.68 Pylint 1.9 Python 2.7 Reports and Graphs are Basic/Dated - How to Configure for new style

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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})"

            Assignee:
            Ulli Hafner
            Reporter:
            Joseph Nigro
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: