{"id":21726050,"url":"https://github.com/mattt-b/flycheck-odin","last_synced_at":"2025-07-18T18:31:26.584Z","repository":{"id":54424022,"uuid":"164391564","full_name":"mattt-b/flycheck-odin","owner":"mattt-b","description":"Emacs Flycheck integration for the Odin language","archived":false,"fork":false,"pushed_at":"2021-02-18T22:10:58.000Z","size":9,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-26T03:21:58.647Z","etag":null,"topics":["emacs","flycheck","odin-lang","odin-programming-language"],"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":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattt-b.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":"2019-01-07T07:01:31.000Z","updated_at":"2024-02-26T19:26:06.000Z","dependencies_parsed_at":"2022-08-13T15:10:49.277Z","dependency_job_id":null,"html_url":"https://github.com/mattt-b/flycheck-odin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mattt-b/flycheck-odin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattt-b%2Fflycheck-odin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattt-b%2Fflycheck-odin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattt-b%2Fflycheck-odin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattt-b%2Fflycheck-odin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattt-b","download_url":"https://codeload.github.com/mattt-b/flycheck-odin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattt-b%2Fflycheck-odin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265809896,"owners_count":23831944,"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","odin-lang","odin-programming-language"],"created_at":"2024-11-26T03:20:10.530Z","updated_at":"2025-07-18T18:31:26.264Z","avatar_url":"https://github.com/mattt-b.png","language":"Emacs Lisp","funding_links":[],"categories":["Closed-Source Projects"],"sub_categories":["Vendor"],"readme":"# flycheck-odin\n[Flycheck](https://www.flycheck.org/en/latest/) for [Odin](https://github.com/odin-lang/Odin)\n\n## Setup\n```elisp\n(eval-after-load 'flycheck\n  '(add-hook 'flycheck-mode-hook #'flycheck-odin-setup))\n```\n\n#### Default behavior\nThis is a wrapper around `odin check $LOCATION -vet`. With no changes on the users' part, the default\nbehavior is is to run `odin check $CURRENT_DIRECTORY -vet` (where '$CURRENT_DIRECTORY' is the directory of the current buffer).\n\n\n#### Changing behavior\nThis exposes the following variables that can be customized globally or with [.dir-locals.el](https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html)\n\n*flycheck-odin-project-path*  \nChange the $LOCATION in `odin check $LOCATION -vet`. This can be a directory or a file.\n\n*flycheck-odin-error-filters*  \nA list of Emacs regexes of errors to ignore.\n\n*flycheck-odin-command-arguments*  \nA list of [compiler flags](https://github.com/odin-lang/Odin/wiki/Compiler-Flags). Defaults to `(\"-vet\")`\n\nAn example configuration might look something like this:\n```\n((odin-mode\n  (flycheck-odin-project-path . \"~/code/project/src\")\n  (flycheck-odin-error-filters . (\"^[^[:blank:]]*/Odin/core/\"\n                                  \"^[^[:blank:]]*/Odin/shared/some_library/\"\n                                  \"foobar\"))))\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattt-b%2Fflycheck-odin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattt-b%2Fflycheck-odin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattt-b%2Fflycheck-odin/lists"}