mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 18:42:58 +00:00
Also, fix acceptance tests Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
30 lines
591 B
JSON
30 lines
591 B
JSON
{
|
|
"git.alwaysSignOff": true,
|
|
"cSpell.words": [
|
|
"capi",
|
|
"CLRF",
|
|
"iothread",
|
|
"keyctl",
|
|
"nolint",
|
|
"proxmoxtf",
|
|
"qcow",
|
|
"rootfs",
|
|
"signoff",
|
|
"stretchr",
|
|
"tflog",
|
|
"unmanaged",
|
|
"virtio",
|
|
"VLANID",
|
|
"vmbr",
|
|
"VMID",
|
|
"vztmpl"
|
|
],
|
|
"go.lintTool": "golangci-lint",
|
|
"go.lintFlags": [
|
|
"--config=${workspaceFolder}/.golangci.yml",
|
|
"--fast"
|
|
],
|
|
"go.lintOnSave": "workspace",
|
|
"go.testEnvFile": "${workspaceFolder}/test.env",
|
|
}
|