标签: jenkins plugins graph warnings pylint
仅针对python代码库运行pylint:
pylint --rcfile = pylint.cfg $ {FILE_PATH} --msg-template =“ {path}:{line}:[{msg_id}({symbol}),{obj}] {msg}” >> pylint.log
输出为标准html表格,基本图表,无花哨,雷达图或其他现代版本,如Warnings插件网站所述。如何将产出带入本世纪?