Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
pylint_report 2.4.2.dev4+gc46b5a9 documentation
pylint_report 2.4.2.dev4+gc46b5a9 documentation

Contents:

  • Install
  • Quickstart
  • Command-line interface
  • pylint_report
    • pylint_report.pylint_report
      • pylint_report.pylint_report.get_parser
      • pylint_report.pylint_report.get_score
      • pylint_report.pylint_report.get_template
      • pylint_report.pylint_report.json2html
      • pylint_report.pylint_report.main
      • pylint_report.pylint_report.register
      • pylint_report.pylint_report.sphinx_argparse_func
      • pylint_report.pylint_report.CustomJsonReporter
Back to top
View this page

pylint_report.pylint_reportΒΆ

Custom JSON reporter for pylint, and JSON to HTML export utility.

Functions

get_parser

Define cli parser.

get_score

Compute score.

get_template

Return jinja2 template.

json2html

Generate an html file based on JSON data.

main

Main.

register

Register a reporter (required by pylint).

sphinx_argparse_func

Return a parser to use with sphinx-argparse.

Classes

CustomJsonReporter

Customize the default json reporter.

Next
pylint_report.pylint_report.get_parser
Previous
pylint_report
Copyright © 2022, Dimitar Dimitrov
Made with Sphinx and @pradyunsg's Furo