text_lint.linter.logging.contexts.validator_section
- text_lint.linter.logging.contexts.validator_section(linter: Linter) Generator[None, None, None][source]
Wrap all the linter’s validator operations in a logged section header.
- Parameters:
linter (Linter) – The linter validator being logged.
- Returns:
A logging context manager.
- Return type:
Generator[None, None, None]