{"id":13861461,"url":"https://github.com/emacs-elsa/flycheck-elsa","last_synced_at":"2025-07-14T09:31:59.920Z","repository":{"id":43331943,"uuid":"145858066","full_name":"emacs-elsa/flycheck-elsa","owner":"emacs-elsa","description":"Flycheck integration for Elsa---Emacs lisp static analyzer","archived":false,"fork":false,"pushed_at":"2023-02-17T16:40:41.000Z","size":20,"stargazers_count":33,"open_issues_count":3,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-05T06:03:21.030Z","etag":null,"topics":["elsa","emacs","flycheck","static-analysis"],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","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/emacs-elsa.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-08-23T13:33:23.000Z","updated_at":"2024-07-20T14:43:39.000Z","dependencies_parsed_at":"2024-04-08T15:51:11.141Z","dependency_job_id":"79a976ce-6710-4849-ab33-af6ddcca12ad","html_url":"https://github.com/emacs-elsa/flycheck-elsa","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/emacs-elsa%2Fflycheck-elsa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-elsa%2Fflycheck-elsa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-elsa%2Fflycheck-elsa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-elsa%2Fflycheck-elsa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emacs-elsa","download_url":"https://codeload.github.com/emacs-elsa/flycheck-elsa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225968825,"owners_count":17553143,"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":["elsa","emacs","flycheck","static-analysis"],"created_at":"2024-08-05T06:01:22.856Z","updated_at":"2024-11-22T21:30:39.692Z","avatar_url":"https://github.com/emacs-elsa.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"[![MELPA](https://melpa.org/packages/flycheck-elsa-badge.svg)](https://melpa.org/#/flycheck-elsa)\n[![CI](https://github.com/emacs-elsa/flycheck-elsa/actions/workflows/test.yml/badge.svg)](https://github.com/emacs-elsa/flycheck-elsa/actions/workflows/test.yml)\n\n# flycheck-elsa - Flycheck for Elsa\n\nIntegration of [Elsa](https://github.com/emacs-elsa/Elsa) into [Flycheck](https://github.com/flycheck/flycheck).\n\n## Installation\n\nInstall `flycheck-elsa` from [MELPA](http://melpa.org/) or [MELPA\nStable](http://stable.melpa.org/) and add the following to your\n`init.el`:\n\n``` emacs-lisp\n(add-hook 'emacs-lisp-mode-hook #'flycheck-elsa-setup)\n```\n\n## How do I use this?\n\nThe recommended way to use Elsa is with [Eask][Eask] or [Cask][Cask].\n\n```emacs-lisp\n(setq flycheck-elsa-backend 'cask)  ; or 'eask\n```\n\n### Eask\n\nThis method uses [Eask][Eask] and installs Elsa from [MELPA][MELPA].\n\n1. Make sure you have [Eask][Eask] installed and presented in your PATH environment.\n2. You need an Eask-file in your project, you can create it via `eask init` command\n3. Add `(depends-on \"elsa\")` to your Eask-file\n4. Run `eask install-deps`\n\nYou are ready to go! Open an elisp file and `M-x flycheck-mode`!\n\n### Cask\n\nWe require that `cask` executable is usable from Emacs.  You can test\nthis by evaluating `(executable-find \"cask\")`.  If this returns `nil`,\nyou need to add your cask directory to `exec-path`.  With the default\nCask installation evaluating the following snippet should be enough:\n\n``` emacs-lisp\n(push (format \"/home/%s/.cask/bin/\" (user-login-name)) exec-path)\n```\n\nYou can also use the amazing\n[exec-path-from-shell](https://github.com/purcell/exec-path-from-shell)\nto initialize your `exec-path` from your shell's `$PATH`.\n\n## Usage\n\nJust use Flycheck as usual in your [Cask](https://github.com/cask/cask) projects.\n\n[Cask]: https://github.com/cask/cask\n[Eask]: https://github.com/emacs-eask/cli\n[MELPA]: https://melpa.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femacs-elsa%2Fflycheck-elsa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femacs-elsa%2Fflycheck-elsa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femacs-elsa%2Fflycheck-elsa/lists"}