mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-18 03:26:16 +00:00
chore(zed): add gopls e2e build tag config
This commit is contained in:
@@ -16,3 +16,4 @@
|
||||
/renovate.* @npdgm
|
||||
/release-please* @npdgm
|
||||
/CLAUDE.md @npdgm
|
||||
/.zed/ @npdgm
|
||||
|
||||
@@ -30,6 +30,7 @@ sensitive:
|
||||
- "go.*"
|
||||
- "CLAUDE.md"
|
||||
- ".coderabbit.yaml"
|
||||
- ".zed/**"
|
||||
|
||||
chart:
|
||||
- changed-files:
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"lsp": {
|
||||
"gopls": {
|
||||
"initialization_options": {
|
||||
"buildFlags": ["-tags=e2e"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user