OptionalbaseOptionalchecksOptionalconfigOptionalcwdOptionalextendHow checks combines with the built-in registry:
true (default when checks is set): append; a custom check overrides a
built-in one with the same name.false: run ONLY the provided checks, ignoring the built-in registry.OptionalheadOptionallanguagesOverride language detection (e.g. PRValidator passes its already-detected type).
OptionalonlyWhitelist of check names — when set, only these run.
OptionalreporterWhere the report goes:
'none': nothing (just return the report)'stdout': print the summary table'github': print + upsert a PR commentCheckReport (e.g. forward to Slack).OptionalskipBlacklist of check names — always excluded.
OptionalwriteAllow file-modifying checks to write. Default false.
Extra checks to run. Combined with the built-in registry per
extendRegistry. Lets consumers (e.g. PRValidator) plug their ownChecks into the same pipeline.