Formatter Validator Minifier Escape / Unescape JSON ↔ String JSON ↔ YAML JSON → CSV NDJSON / JSON Lines JSON → Types JSON ↔ XML JSON Diff JSON Patch Canonicalize (RFC 8785) Schema Validator Schema Generator JSONPath Tester JWT Decoder JSON Errors Schemas More Tools
JSONTools / Schema registry / commit-check
Schema registry

commit-check

Configuration for commit-check, a commit message, branch naming, and push linter

cchk.tomlcommit-check.toml**/.github/cchk.toml**/.github/commit-check.toml

Check your file against this schema

Opens the validator with this schema already loaded. Paste your cchk.toml and it validates in your browser — nothing is uploaded.

Validate a cchk.toml → View raw schema

Fields

Generated directly from the schema, following local $refs, to two levels of nesting.

Field Type Description
inherit_fromstringInherit configuration from a parent file. Supports github: shorthand (e.g., github:owner/repo:path/to/cchk.toml), HTTPS URL, or local file path. https://github.com/commit-check/commit-check/blob/main/docs/configuration.rst#organization-leve
commitobjectSettings for commit message validation. https://github.com/commit-check/commit-check/blob/main/docs/configuration.rst
commit.conventional_commitsbooleanEnforce Conventional Commits specification. https://www.conventionalcommits.org
default: true
commit.message_patternstringCustom regex pattern for commit message validation. When set (non-empty), this replaces the auto-generated Conventional Commits regex entirely. Useful for enforcing custom formats such as JIRA smart commits (e.g., ^PROJ-\\d+: .+).
default: ""
commit.subject_capitalizedbooleanSubject must start with a capital letter.
default: true
commit.subject_imperativebooleanSubject must be in imperative mood. https://github.com/commit-check/commit-check/blob/main/commit_check/imperatives.py
default: true
commit.subject_max_lengthintegerMaximum length of the subject line. No limit by default.
commit.subject_min_lengthintegerMinimum length of the subject line. No limit by default.
commit.allow_commit_typesarray<string>Allowed commit types when conventional_commits is true.
default: ["feat", "fix", "docs", "style", "refactor", "test"…
commit.allow_merge_commitsbooleanAllow merge commits.
default: true
commit.allow_revert_commitsbooleanAllow revert commits.
default: true
commit.allow_empty_commitsbooleanAllow empty commits.
default: false
commit.allow_fixup_commitsbooleanAllow fixup commits (e.g., fixup! <commit message>).
default: true
commit.allow_wip_commitsbooleanAllow work-in-progress commits (e.g., WIP: <commit message>).
default: false
commit.require_bodybooleanRequire a body in the commit message.
default: false
commit.require_signed_off_bybooleanRequire Signed-off-by line in the commit message footer.
default: false
commit.ignore_authorsarray<string>List of commit authors or co-authors (Co-authored-by: lines) to bypass all commit checks. Useful for bots (e.g., dependabot[bot], coderabbitai[bot]).
default: []
branchobjectSettings for branch naming validation. https://conventional-branch.github.io/
branch.conventional_branchbooleanEnforce Conventional Branch specification. https://conventional-branch.github.io/
default: true
branch.allow_branch_typesarray<string>Allowed branch types when conventional_branch is true.
default: ["feature", "bugfix", "hotfix", "release", "chore", "feat"…
branch.allow_branch_namesarray<string>Additional standalone branch names allowed when conventional_branch is true (e.g., ["develop", "staging"]). By default, master, main, HEAD, and PR-* are always allowed.
default: []
branch.require_rebase_targetstringTarget branch for rebase requirement. If not set, no rebase validation is performed.
branch.ignore_authorsarray<string>List of authors to bypass branch checks.
default: []
pushobjectSettings for push validation (pre-push hook). https://github.com/commit-check/commit-check
push.allow_force_pushbooleanAllow force pushes. Set to false to block force pushes when used as a pre-push hook or with --no-force-push.
default: true

What we found in this schema

Specification sections for the keywords in this schema

Keyword Document Section
$idJSON Schema Core, draft 2020-12§8.2.1 — The "$id" Keyword
$schemaJSON Schema Core, draft 2020-12§8.1.1 — "$schema"
additionalPropertiesJSON Schema Core, draft 2020-12§10.3.2.3 — "additionalProperties"
defaultJSON Schema Validation, draft 2020-12§9.2 — "default"
descriptionJSON Schema Validation, draft 2020-12§9.1 — "title" and "description"
itemsJSON Schema Core, draft 2020-12§10.3.1.2 — "items"
minimumJSON Schema Validation, draft 2020-12§6.2.4 — "minimum"
propertiesJSON Schema Core, draft 2020-12§10.3.2.1 — "properties"
typeJSON Schema Validation, draft 2020-12§6.1.1 — "type"

Documents

Attribution

This schema comes from SchemaStore, distributed under the Apache License 2.0. Copyright 2015–present Mads Kristensen and contributors. View the original file. The field table and audit on this page are generated by JSONTools.tools; the schema itself is unmodified.

← All schemas