Skip to content

pg migration lock lint for Zed

io.github.jmshinhwa/pg-migration-lock-lint

Names every statement in a Rails, Django or raw SQL migration that takes a table-blocking Postgres l

client:Zed transport:stdio runtime:npm

Install pg migration lock lint in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "pg-migration-lock-lint": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/pg-migration-lock-lint"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

pg migration lock lint in other clients