pylint_report.pylint_report.CustomJsonReporter¶
- class pylint_report.pylint_report.CustomJsonReporter(output=None)[source]¶
Bases:
BaseReporter
Customize the default json reporter.
Note¶
See
pylint/reporters/json_reporter.py
Methods
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
extension
Name 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.