{"id":27601272,"url":"https://github.com/ryuslash/flycheck-commit-check","last_synced_at":"2026-02-07T03:01:44.220Z","repository":{"id":145512813,"uuid":"18707690","full_name":"ryuslash/flycheck-commit-check","owner":"ryuslash","description":"Flycheck checker using commit-check","archived":false,"fork":false,"pushed_at":"2014-04-12T15:49:37.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-24T02:21:14.748Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryuslash.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-12T15:48:15.000Z","updated_at":"2014-04-12T15:49:37.000Z","dependencies_parsed_at":"2023-03-22T22:29:18.418Z","dependency_job_id":null,"html_url":"https://github.com/ryuslash/flycheck-commit-check","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryuslash/flycheck-commit-check","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Fflycheck-commit-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Fflycheck-commit-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Fflycheck-commit-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Fflycheck-commit-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryuslash","download_url":"https://codeload.github.com/ryuslash/flycheck-commit-check/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Fflycheck-commit-check/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29185111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"online","status_checked_at":"2026-02-07T02:00:07.217Z","response_time":63,"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":[],"created_at":"2025-04-22T17:17:02.629Z","updated_at":"2026-02-07T03:01:44.203Z","avatar_url":"https://github.com/ryuslash.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"#+STARTUP: showall\n#+OPTIONS: toc:nil\n\n* flycheck-commit-check v0.1.0\n\n  This is the flycheck-commit-check project. It is a [[http://flycheck.readthedocs.org/en/latest/][Flycheck]] checker\n  that uses [[http://code.ryuslash.org/commit-check/about/][commit-check]] to provide syntax checking for git commit\n  messages.\n\n  The code can be found in ~flycheck-commit-check.el~ in the project\n  source tree.\n\n** Installation\n\n   As with all Emacs packages installation can be done in a number of\n   ways. The only dependencies it has are flycheck and\n   [[https://github.com/magit/git-modes][git-commit-mode]].\n\n   You must, of course, also have commit-check installed on your\n   system and available in your =PATH=.\n\n*** Manual installation\n\n    If you don't (yet) use the Emacs package manager you can install\n    it manually by downloading the code somewhere, adding the path to\n    your =load-path= and either =require=-ing or =eval-after-load=-ing the\n    package, like so:\n\n    #+BEGIN_SRC emacs-lisp\n      (add-to-list 'load-path \"/path/to/flycheck-commit-message\")\n\n      ;;; Option 1\n      (require 'flycheck-commit-check)\n\n      ;;; Option 2\n      (eval-after-load 'flycheck\n        `(require 'flycheck-commit-check))\n\n      ;;; Option 3 --- Only for Emacs 24 and up\n      (with-eval-after-load 'flycheck\n        (require 'flycheck-commit-check))\n    #+END_SRC\n\n*** Installation with package manager\n\n    To install this package with the Emacs package manager, download\n    the ~flycheck-commit-message.el~ file and call =package-install-file=\n    and then pick the downloaded file. Afterwards you should add\n    something like the following to your Emacs init file:\n\n    #+BEGIN_SRC emacs-lisp\n      (eval-after-load 'flycheck\n        (require 'flycheck-commit-check))\n    #+END_SRC\n\n** Usage\n\n   After installing the package you will have to setup flycheck for\n   git commits, which is easy:\n\n   #+BEGIN_SRC emacs-lisp\n     (add-hook 'git-commit-mode-hook #'flycheck-mode)\n   #+END_SRC\n\n** License\n\n   This project is licensed under the GNU GPLv3, its terms and\n   conditions can be found in the file =COPYING= in the project source\n   tree.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryuslash%2Fflycheck-commit-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryuslash%2Fflycheck-commit-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryuslash%2Fflycheck-commit-check/lists"}