Skip to content

gitlab ci break lint for Zed

io.github.jmshinhwa/gitlab-ci-break-lint

Names the .gitlab-ci.yml lines your runner will reject after the next GitLab major upgrade

client:Zed transport:stdio runtime:npm

Install gitlab ci break lint in Zed

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

{
  "context_servers": {
    "gitlab-ci-break-lint": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/gitlab-ci-break-lint"
      ]
    }
  }
}

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

gitlab ci break lint in other clients