pylint_report.pylint_report.CustomJsonReporter¶
- class pylint_report.pylint_report.CustomJsonReporter(output=None)[source]¶
Bases:
BaseReporterCustomize the default json reporter.
Note¶
See
pylint/reporters/json_reporter.pyMethods
See
pylint/reporters/base_reporter.py.See
pylint/reporters/base_reporter.py.Manage message of different type and in the context of path.
See
pylint/reporters/base_reporter.py.Hook called when a module starts to be analysed.
Write a line in the output buffer.
Attributes
extensionName of the reporter.
- name = 'custom json'¶
Name of the reporter.
- on_set_current_module(module: str, filepath: str | None) None¶
Hook called when a module starts to be analysed.
- writeln(string: str = '') None¶
Write a line in the output buffer.