Checks#
- class gh_issue_validator.checks.ValidationCheck[source]#
- abstractmethod check(*, segments, report)[source]#
Apply the check to the document and report issues.
- Parameters:
segments (
TypeAliasType)report (
ValidationReport)
- Return type:
Apply the check to the document and report issues.
segments (TypeAliasType)
report (ValidationReport)