text_lint.linter.settings.LinterSettings
- class text_lint.linter.settings.LinterSettings(file_path: str, interpolate_schema: bool, quiet: bool, schema_path: str)[Quellcode]
Bases:
objectLinter settings.
- __init__(file_path: str, interpolate_schema: bool, quiet: bool, schema_path: str) None[Quellcode]
Initialize LinterSettings instances.
- Parameter:
file_path (str) – The absolute path to the file being linted.
interpolate_schema (bool) – Controls schema variable interpolation.
quiet (bool) – Controls linter verbosity.
schema_path (str) – The absolute path to the schema file.