{"id":19420676,"url":"https://github.com/karimaziev/flymake-hydra-lint","last_synced_at":"2026-03-03T05:35:54.545Z","repository":{"id":47841304,"uuid":"506956721","full_name":"KarimAziev/flymake-hydra-lint","owner":"KarimAziev","description":"Flymake backend for linting hydras.","archived":false,"fork":false,"pushed_at":"2022-07-21T11:56:25.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-07T18:21:38.912Z","etag":null,"topics":["flymake","flymake-backend","hydra"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KarimAziev.png","metadata":{"files":{"readme":"README.org","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":"2022-06-24T09:43:09.000Z","updated_at":"2022-08-29T08:03:56.000Z","dependencies_parsed_at":"2022-08-24T18:31:15.171Z","dependency_job_id":null,"html_url":"https://github.com/KarimAziev/flymake-hydra-lint","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fflymake-hydra-lint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fflymake-hydra-lint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fflymake-hydra-lint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fflymake-hydra-lint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KarimAziev","download_url":"https://codeload.github.com/KarimAziev/flymake-hydra-lint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240599195,"owners_count":19826959,"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":["flymake","flymake-backend","hydra"],"created_at":"2024-11-10T13:24:38.662Z","updated_at":"2026-03-03T05:35:49.527Z","avatar_url":"https://github.com/KarimAziev.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* flymake-hydra-lint\n\nA flymake backend to check dublicated keys in hydras.\n\n** Installation\n\n*** Manually\n\nDownload repository and it to your load path in your init file:\n\n#+begin_src elisp :eval no\n\n(add-to-list 'load-path \"/path/to/flymake-hydra-lint/\")\n\n(require 'flymake-hydra-lint)\n(add-hook 'emacs-lisp-mode-hook #'flymake-hydra-lint)\n#+end_src\n\n*** With use-package and straight\n\n#+begin_src elisp :eval no\n\n(use-package flymake-hydra-lint\n  :straight (:repo \"KarimAziev/flymake-hydra-lint\" :type git :host github)\n  :commands (flymake-hydra-lint)\n  :hook (emacs-lisp-mode . flymake-hydra-lint))\n\n#+end_src\n\n** Commands\n\n+ ~flymake-hydra-lint~\nAdd hydra linters to ~flymake-diagnostic-functions~ and run flymake.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimaziev%2Fflymake-hydra-lint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarimaziev%2Fflymake-hydra-lint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimaziev%2Fflymake-hydra-lint/lists"}