Command-line interface¶
usage: pylint_report.py [-h] [-o HTML_FILE] [-e] [json_file]
Positional Arguments¶
- json_file
JSON file/stdin generated by
pylint
Default:
<_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
Named Arguments¶
- -o
ame of html file to generate (send to stdout by default)
Default:
<_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
- -e, --external-css
use external
pylint-report.css
file (by default CSS styles are stored in the HTML)Default:
False