{"id":23642474,"url":"https://github.com/sogaiu/flycheck-janet","last_synced_at":"2025-11-10T16:30:14.496Z","repository":{"id":118761668,"uuid":"289825670","full_name":"sogaiu/flycheck-janet","owner":"sogaiu","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-13T03:45:33.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T10:52:19.492Z","etag":null,"topics":["emacs","flycheck","janet","lint"],"latest_commit_sha":null,"homepage":"","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/sogaiu.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,"publiccode":null,"codemeta":null}},"created_at":"2020-08-24T04:13:52.000Z","updated_at":"2023-05-19T03:52:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"784d327a-62b5-4fba-88bb-a5cc09bb1453","html_url":"https://github.com/sogaiu/flycheck-janet","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/sogaiu%2Fflycheck-janet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sogaiu%2Fflycheck-janet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sogaiu%2Fflycheck-janet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sogaiu%2Fflycheck-janet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sogaiu","download_url":"https://codeload.github.com/sogaiu/flycheck-janet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239581760,"owners_count":19662960,"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":["emacs","flycheck","janet","lint"],"created_at":"2024-12-28T10:51:07.633Z","updated_at":"2025-11-10T16:30:12.433Z","avatar_url":"https://github.com/sogaiu.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flycheck-janet\n\nThis package integrates [janet](https://janet-lang.org)'s built-in\nlinter (`janet -k`) with Emacs via\n[flycheck](https://www.flycheck.org).\n\n## Setup\n\nEnsure `janet` is installed and on your `PATH`.  Probably it makes\nsense if [janet-mode](https://github.com/ALSchwalm/janet-mode/) or\n[janet-ts-mode](https://github.com/sogaiu/janet-ts-mode) have been\nsetup as well.\n\n* Manual\n\n  * Clone this repository.  For the sake of concrete exposition,\n    suppose the result ends up living under `~/src/flycheck-janet`.\n\n  * Add the following to your `init.el` (or .emacs-equivalent):\n\n      ```emacs-lisp\n      (add-to-list 'load-path\n                   (expand-file-name \"~/src/flycheck-janet\"))\n      (require 'flycheck-janet)\n      ```\n\n* Elpaca - add something like the following to your .emacs equivalent:\n\n\n    ```emacs-lisp\n    (use-package flycheck-janet\n      :elpaca (:host github\n               :repo \"sogaiu/flycheck-janet\"\n               :files (\"*.el\")))\n    ```\n\n* Straight.el - add something like the following to your .emacs\n  equivalent:\n\n    ```emacs-lisp\n    (use-package\n      :straight (:type git\n                 :host github\n                 :repo \"sogaiu/flycheck-janet\"\n                 :files (\"*.el\")))\n    ```\n\nIf you don't already have some flycheck stuff setup, you might also\nwant to have a call to `global-flycheck-mode` somewhere appropriate in\nyour .emacs equivalent.\n\n## Verify Operation\n\n1. Open / create a `.janet` file with an error in it like:\n\n    ```janet\n    (def a\n    ```\n\n2. Assuming `janet-mode` or `janet-ts-mode` are active, `M-x\n   flycheck-list-errors` should bring up a buffer showing an error,\n   but there should also be visual evidence in the buffer with\n   Janet code indicating a problem.\n\n## Troubleshooting\n\nIf there are no errors displayed, one option that might help is to\ncheck out the [troubleshooting section of the flycheck\ndocs](https://www.flycheck.org/en/latest/user/troubleshooting.html).\n\nIf the common issues section doesn't help, possibly one or both of the\nfollowing two commands ([mentioned later in flycheck's\ndocs](https://www.flycheck.org/en/latest/user/troubleshooting.html#verify-your-setup))\nmight help in diagnosing the situation:\n\n* `M-x flycheck-verify-setup`\n* `M-x flycheck-compile`\n\n## Credits\n\n* dleslie - straight.el setup info\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsogaiu%2Fflycheck-janet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsogaiu%2Fflycheck-janet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsogaiu%2Fflycheck-janet/lists"}