[Python-projects] pylint html option

Mads Kiilerich mads at kiilerich.com
Tue Feb 10 10:46:22 CET 2009


Saegebrecht Martin wrote:
> I cant get the --html option to work. The manual says that --html=y 
> should work but when you type /pylint --help /the --html option is not 
> even in the list.
>  
> Why?

The documentation needs to be updated.

In the current version use
pylint --output-format=html foo.py

/Mads


More information about the Python-Projects mailing list