Configuration¶
- class Config[source]¶
Materialized configuration valid for processing a single file.
- enable: list[QualifiedRule | RuleNameSelector]¶
- disable: list[QualifiedRule | RuleNameSelector]¶
- rule_imports: list[QualifiedRule | RuleNameSelector]¶
- options: dict[str, dict[str, str | int | float | bool | list[RuleOptionValue] | dict[str, RuleOptionValue]]]¶
- output_format: OutputFormat = 'rattle'¶
- class Options[source]¶
Command-line options to affect runtime behavior.
- rules: Sequence[QualifiedRule | RuleNameSelector] = ()¶