Hi, We recently tried to upgrade from pylint-1.5 to pylint-1.8 because of some of the new features we wanted. Unfortunately, this upgrade failed because we use the html output feature, and have for some years, and that is now gone. Is there a recommended solution for generating HTML from the results other than 'write it yourself', as the documentation seems to indicate? Some sort of converter that will generate the same style report as before for us? I tried pylint-json2html, but couldn't get that to work. -- ---------------- Mark E. Hamilton Engineering Sciences Center Senior Member of Technical Staff Sandia National Laboratories 505-844-7666
Perhaps try: http://stromberg.dnsalias.org/~strombrg/pylint-html-report/ ? It's likely not identical to what you were getting, but it's an HTML table at least. BTW, it's an svn checkout - without that, you'll come up missing a couple of external references. One is only used to pylint the code, but the other is part of the required pipeline, to convert CSV to HTML. HTH. On Thu, May 3, 2018 at 10:18 AM, Mark E. Hamilton via code-quality < code-quality@python.org> wrote:
Hi,
We recently tried to upgrade from pylint-1.5 to pylint-1.8 because of some of the new features we wanted. Unfortunately, this upgrade failed because we use the html output feature, and have for some years, and that is now gone.
Is there a recommended solution for generating HTML from the results other than 'write it yourself', as the documentation seems to indicate? Some sort of converter that will generate the same style report as before for us? I tried pylint-json2html, but couldn't get that to work.
-- ---------------- Mark E. Hamilton Engineering Sciences Center Senior Member of Technical Staff Sandia National Laboratories 505-844-7666 _______________________________________________ code-quality mailing list code-quality@python.org https://mail.python.org/mailman/listinfo/code-quality
-- Dan Stromberg
participants (2)
-
Dan Stromberg
-
Mark E. Hamilton