{"id":24344834,"url":"https://github.com/leotabosa/commitlint-example","last_synced_at":"2026-05-18T06:06:31.524Z","repository":{"id":40275937,"uuid":"352232583","full_name":"leotabosa/commitlint-example","owner":"leotabosa","description":"Commitlint prototyping and examples","archived":false,"fork":false,"pushed_at":"2023-07-12T15:41:16.000Z","size":190,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T03:41:14.890Z","etag":null,"topics":["commit","commitlint","git","hacktoberfest","hacktoberfest2021","lint","linting"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leotabosa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-28T03:32:14.000Z","updated_at":"2021-12-30T16:27:37.000Z","dependencies_parsed_at":"2022-08-23T16:40:25.150Z","dependency_job_id":null,"html_url":"https://github.com/leotabosa/commitlint-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leotabosa/commitlint-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leotabosa%2Fcommitlint-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leotabosa%2Fcommitlint-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leotabosa%2Fcommitlint-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leotabosa%2Fcommitlint-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leotabosa","download_url":"https://codeload.github.com/leotabosa/commitlint-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leotabosa%2Fcommitlint-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265077551,"owners_count":23707707,"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","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":["commit","commitlint","git","hacktoberfest","hacktoberfest2021","lint","linting"],"created_at":"2025-01-18T09:56:11.882Z","updated_at":"2026-05-18T06:06:26.464Z","avatar_url":"https://github.com/leotabosa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"  \u003cimg src=\"https://i.imgur.com/73w0Ax3.png\" /\u003e\n\n# Instructions\n\nClone this repo with:\n\n```bash\n\ngit clone git@github.com:leotabosa/commitlint-example.git\n\n```\n\nInstall all dependencies with:\n\n```bash\n\nyarn install\n\n```\n\nNow add a file:\n\n```bash\n\necho  \"hello\"  \u003e\u003e temp_file\n\n```\n\nStage the file and commit (this should fail):\n\n```bash\n\ngit add temp_file\n\ngit commit -m \"testing\"\n\n```\n\nWhy?\n\n```js\nreturn [\n  String(header).startsWith(\"#\"),\n\n  `${error}Commit message should start with '#NNNNN' (task number).`,\n];\n```\n\nNow commit with a message matching the expected pattern:\n\n```bash\n\ngit commit -m \"#1 - Testing\"\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleotabosa%2Fcommitlint-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleotabosa%2Fcommitlint-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleotabosa%2Fcommitlint-example/lists"}