{"id":22277169,"url":"https://github.com/erickgnavar/flymake-sqlfluff","last_synced_at":"2025-06-23T00:04:05.918Z","repository":{"id":146210727,"uuid":"539729806","full_name":"erickgnavar/flymake-sqlfluff","owner":"erickgnavar","description":"flymake plugin for SQL using sqlfluff","archived":false,"fork":false,"pushed_at":"2024-06-11T12:57:45.000Z","size":25,"stargazers_count":12,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T08:23:13.065Z","etag":null,"topics":["emacs","flymake","flymake-backend","sql","sqlfluff"],"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/erickgnavar.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-09-22T00:10:23.000Z","updated_at":"2025-04-03T07:50:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"bbab6af0-916c-4053-bacc-7b08d4254a09","html_url":"https://github.com/erickgnavar/flymake-sqlfluff","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erickgnavar/flymake-sqlfluff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickgnavar%2Fflymake-sqlfluff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickgnavar%2Fflymake-sqlfluff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickgnavar%2Fflymake-sqlfluff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickgnavar%2Fflymake-sqlfluff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erickgnavar","download_url":"https://codeload.github.com/erickgnavar/flymake-sqlfluff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickgnavar%2Fflymake-sqlfluff/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261386720,"owners_count":23150868,"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","flymake","flymake-backend","sql","sqlfluff"],"created_at":"2024-12-03T14:17:55.492Z","updated_at":"2025-06-23T00:04:00.874Z","avatar_url":"https://github.com/erickgnavar.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"# flymake-sqlfluff\n\n[![MELPA](https://melpa.org/packages/flymake-sqlfluff-badge.svg)](https://melpa.org/#/flymake-sqlfluff)\n\nFlymake plugin to run a linter for SQL buffers using [sqlfluff](https://www.sqlfluff.com)\n\n## Installation\n\n### Cloning the repo\n\nClone this repo somewhere, and add this to your config:\n\n```elisp\n(add-to-list 'load-path \"path where the repo was cloned\")\n\n(require 'flymake-sqlfluff)\n(add-hook 'sql-mode-hook #'flymake-sqlfluff-load)\n```\n\n### Using use-package\n\n```emacs-lisp\n(use-package flymake-sqlfluff\n  :ensure t)\n```\n\n### Using straight.el\n\n```emacs-lisp\n(use-package flymake-sqlfluff\n  :straight (flymake-sqlfluff\n             :type git\n             :host github\n             :repo \"erickgnavar/flymake-sqlfluff\"))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferickgnavar%2Fflymake-sqlfluff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferickgnavar%2Fflymake-sqlfluff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferickgnavar%2Fflymake-sqlfluff/lists"}