{"id":28915949,"url":"https://github.com/zefr0x/check_commit","last_synced_at":"2025-08-12T02:40:18.031Z","repository":{"id":299474298,"uuid":"995063140","full_name":"zefr0x/check_commit","owner":"zefr0x","description":"not user friendly conventional commit linter","archived":false,"fork":false,"pushed_at":"2025-08-11T19:21:37.000Z","size":22,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-11T21:15:59.200Z","etag":null,"topics":["conventional-commits","linter","pre-commit"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zefr0x.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-02T23:06:27.000Z","updated_at":"2025-06-03T16:30:35.000Z","dependencies_parsed_at":"2025-06-16T19:36:39.508Z","dependency_job_id":"42fe8df2-64d1-400e-9ccc-6b19569c3452","html_url":"https://github.com/zefr0x/check_commit","commit_stats":null,"previous_names":["zefr0x/check_commit"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zefr0x/check_commit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefr0x%2Fcheck_commit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefr0x%2Fcheck_commit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefr0x%2Fcheck_commit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefr0x%2Fcheck_commit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zefr0x","download_url":"https://codeload.github.com/zefr0x/check_commit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefr0x%2Fcheck_commit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269991258,"owners_count":24509004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["conventional-commits","linter","pre-commit"],"created_at":"2025-06-21T23:06:54.425Z","updated_at":"2025-08-12T02:40:18.006Z","avatar_url":"https://github.com/zefr0x.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/zefr0x/check_commit/main.svg)](https://results.pre-commit.ci/latest/github/zefr0x/check_commit/main)\n\ndon't know why you need\n[commitlint](https://github.com/conventional-changelog/commitlint) with 13000+\nlines of code running on top of nodejs\n\nthis is just a simple regex with some python to check for\n[Conventional Commits](https://www.conventionalcommits.org) standard\n\nsimple config\n\nnot user friendly\n\nneither detailed error message nor handling, just read your docs (maybe read the\nsource code), it is your issue\n\n## Usage\n\n```\ncheck_commit \u003cmax-line-length\u003e \u003ccommit-types\u003e \u003cfooter-types\u003e \u003coptional-file\u003e\n```\n\nWhen no input file is specified it will read from stdin.\n\nFor example:\n\n```sh\ncheck_commit 74 feat,fix Fixes,Refs ./.git/COMMIT_EDITMSG\n# or\nprintf \"feat(ui): add new button\" | check_commit 74 feat,fix Fixes,Refs\n```\n\n### pre-commit hook\n\n```yaml\ndefault_install_hook_types:\n  - pre-commit\n  - commit-msg\nrepos:\n  - repo: https://github.com/zefr0x/check_commit\n    rev: v1.0.0\n    hooks:\n      - id: conventional-commit-message\n        stages: [commit-msg]\n        # To overwrite the default config:\n        args: [\n          \"74\",\n          \"feat,fix,refac,deps,sty,lint,test,build,cid,dev,release,docs,i18n,data,revert\",\n          \"Fixes,Closes,Resolves,Refs,Signed-off-by,Co-authored-by\",\n        ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzefr0x%2Fcheck_commit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzefr0x%2Fcheck_commit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzefr0x%2Fcheck_commit/lists"}